#024D4B

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

Shades of Sherpa Blue #024D4B

Tints of Sherpa Blue #024D4B

Color information

#024D4B (or 0x024D4B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4D and 4B. RGB value is (2,77,75). Sum of RGB (Red+Green+Blue) = 2+77+75=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #024D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D4B is #FDB2B4. Grayscale: #363636. Windows color (decimal): -16626357 or 4934914. OLE color: 4934914.

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

Color convert

RGB27775-
CMYK0.9700.030.70
HSL178.4º94.94%15.49%-
HSV(B)178.4º97.4%30.2%-
XYZ3.955.837.57-
YUV54.35139.6590.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 77 (30.47% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=1.30%
G=50%
B=48.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277750.9700.030.70178.494.9415.49
Hex24D4B610346b25ff
Octal21151131410310626213717
Binary1010011011001011110000101110001101011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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