#024948

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

Shades of Sherpa Blue #024948

Tints of Sherpa Blue #024948

Color information

#024948 (or 0x024948) is unknown color: approx Sherpa Blue. HEX triplet: 02, 49 and 48. RGB value is (2,73,72). Sum of RGB (Red+Green+Blue) = 2+73+72=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #024948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024948 is #FDB6B7. Grayscale: #333333. Windows color (decimal): -16627384 or 4737282. OLE color: 4737282.

HSL color Cylindrical-coordinate representation of color #024948: hue angle of 179.15º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024948 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB27372-
CMYK0.9700.010.71
HSL179.15º94.67%14.71%-
HSV(B)179.15º97.26%28.63%-
XYZ3.585.256.95-
YUV51.66139.4892.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=1.36%
G=49.66%
B=48.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273720.9700.010.71179.1594.6714.71
Hex24948610147b35ff
Octal21111101410110726313717
Binary101001001100100011000010110001111011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024948; }

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

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

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

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

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

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

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

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