#024C49

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

Shades of Sherpa Blue #024C49

Tints of Sherpa Blue #024C49

Color information

#024C49 (or 0x024C49) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4C and 49. RGB value is (2,76,73). Sum of RGB (Red+Green+Blue) = 2+76+73=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #024C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C49 is #FDB3B6. Grayscale: #353535. Windows color (decimal): -16626615 or 4803586. OLE color: 4803586.

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

Color convert

RGB27673-
CMYK0.9700.040.70
HSL177.57º94.87%15.29%-
HSV(B)177.57º97.37%29.8%-
XYZ3.815.667.2-
YUV53.53138.9891.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=1.32%
G=50.33%
B=48.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal276730.9700.040.70177.5794.8715.29
Hex24C49610446b25ff
Octal21141111410410626213717
Binary10100110010010011100001010010001101011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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