#024950

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

Shades of Sherpa Blue #024950

Tints of Sherpa Blue #024950

Color information

#024950 (or 0x024950) is unknown color: approx Sherpa Blue. HEX triplet: 02, 49 and 50. RGB value is (2,73,80). Sum of RGB (Red+Green+Blue) = 2+73+80=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #024950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024950 is #FDB6AF. Grayscale: #343434. Windows color (decimal): -16627376 or 5261570. OLE color: 5261570.

HSL color Cylindrical-coordinate representation of color #024950: hue angle of 185.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024950 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB27380-
CMYK0.980.0900.69
HSL185.38º95.12%16.08%-
HSV(B)185.38º97.5%31.37%-
XYZ3.865.368.42-
YUV52.57143.4891.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=1.29%
G=47.10%
B=51.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal273800.980.0900.69185.3895.1216.08
Hex24950629045b95f10
Octal211112014211010527113720
Binary1010010011010000110001010010100010110111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024950; }

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

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

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

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

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

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

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

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