#024F48

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

Shades of Sherpa Blue #024F48

Tints of Sherpa Blue #024F48

Color information

#024F48 (or 0x024F48) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4F and 48. RGB value is (2,79,72). Sum of RGB (Red+Green+Blue) = 2+79+72=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #024F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F48 is #FDB0B7. Grayscale: #373737. Windows color (decimal): -16625848 or 4738818. OLE color: 4738818.

HSL color Cylindrical-coordinate representation of color #024F48: hue angle of 174.55º 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 #024F48 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB27972-
CMYK0.9700.090.69
HSL174.55º95.06%15.88%-
HSV(B)174.55º97.47%30.98%-
XYZ3.996.077.09-
YUV55.18137.4990.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 79 (31.25% from 255) = 51.63%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=1.31%
G=51.63%
B=47.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279720.9700.090.69174.5595.0615.88
Hex24F48610945af5f10
Octal211711014101110525713720
Binary1010011111001000110000101001100010110101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,79,72); }

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

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

 a { background-color: rgb(2,79,72); }

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

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

 span { border-color: rgb(2,79,72); }

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