#034F49

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

Shades of Sherpa Blue #034F49

Tints of Sherpa Blue #034F49

Color information

#034F49 (or 0x034F49) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 49. RGB value is (3,79,73). Sum of RGB (Red+Green+Blue) = 3+79+73=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #034F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F49 is #FCB0B6. Grayscale: #373737. Windows color (decimal): -16560311 or 4804355. OLE color: 4804355.

HSL color Cylindrical-coordinate representation of color #034F49: hue angle of 175.26º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F49 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB37973-
CMYK0.9600.080.69
HSL175.26º92.68%16.08%-
HSV(B)175.26º96.2%30.98%-
XYZ4.046.097.27-
YUV55.59137.8290.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 79 (31.25% from 255) = 50.97%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=1.94%
G=50.97%
B=47.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379730.9600.080.69175.2692.6816.08
Hex34F49600845af5d10
Octal311711114001010525713520
Binary1110011111001001110000001000100010110101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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