#034F62

Color #034F62 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #034F62

Tints of Sherpa Blue #034F62

Color information

#034F62 (or 0x034F62) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 62. RGB value is (3,79,98). Sum of RGB (Red+Green+Blue) = 3+79+98=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #034F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F62 is #FCB09D. Grayscale: #3A3A3A. Windows color (decimal): -16560286 or 6442755. OLE color: 6442755.

HSL color Cylindrical-coordinate representation of color #034F62: hue angle of 192º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034F62 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37998-
CMYK0.970.1900.62
HSL192º94.06%19.8%-
HSV(B)192º96.94%38.43%-
XYZ5.046.4912.54-
YUV58.44150.3288.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=1.67%
G=43.89%
B=54.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal379980.970.1900.6219294.0619.8
Hex34F62611303Ec05e14
Octal31171421412307630013624
Binary1110011111100010110000110011011111011000000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034F62; }

 p { color: rgb(3,79,98); }

 H1.HeaderClassName
 {
   color: #034F62;
 }
 .AnyTagClassName
 {
   color: #034F62;
 }
</style>
background-color css

<style>
 a { background-color: #034F62; }

 a { background-color: rgb(3,79,98); }

 div.DivClassName
 {
   background-color: #034F62;
 }
 .BgClassName
 {
   background-color: #034F62;
 }
</style>
border-color css

<style>
 span { border-color: #034F62; }

 span { border-color: rgb(3,79,98); }

 td.TdClassName
 {
   border-color: #034F62;
 }
 .TagClassName
 {
   border-color: #034F62;
 }
</style>