#024E49

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

Shades of Sherpa Blue #024E49

Tints of Sherpa Blue #024E49

Color information

#024E49 (or 0x024E49) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4E and 49. RGB value is (2,78,73). Sum of RGB (Red+Green+Blue) = 2+78+73=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #024E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E49 is #FDB1B6. Grayscale: #363636. Windows color (decimal): -16626103 or 4804098. OLE color: 4804098.

HSL color Cylindrical-coordinate representation of color #024E49: hue angle of 176.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E49 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB27873-
CMYK0.9700.060.69
HSL176.05º95%15.69%-
HSV(B)176.05º97.44%30.59%-
XYZ3.955.947.24-
YUV54.71138.3290.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 78 (30.86% from 255) = 50.98%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=1.31%
G=50.98%
B=47.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal278730.9700.060.69176.059515.69
Hex24E49610645b05f10
Octal21161111410610526013720
Binary101001110100100111000010110100010110110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024E49; }

 p { color: rgb(2,78,73); }

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

<style>
 a { background-color: #024E49; }

 a { background-color: rgb(2,78,73); }

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

<style>
 span { border-color: #024E49; }

 span { border-color: rgb(2,78,73); }

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