#024D48

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

Shades of Sherpa Blue #024D48

Tints of Sherpa Blue #024D48

Color information

#024D48 (or 0x024D48) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4D and 48. RGB value is (2,77,72). Sum of RGB (Red+Green+Blue) = 2+77+72=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #024D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D48 is #FDB2B7. Grayscale: #353535. Windows color (decimal): -16626360 or 4738306. OLE color: 4738306.

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

Color convert

RGB27772-
CMYK0.9700.060.70
HSL176º94.94%15.49%-
HSV(B)176º97.4%30.2%-
XYZ3.855.797.05-
YUV54138.1590.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 77 (30.47% from 255) = 50.99%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=1.32%
G=50.99%
B=47.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277720.9700.060.7017694.9415.49
Hex24D48610646b05ff
Octal21151101410610626013717
Binary10100110110010001100001011010001101011000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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