#024F50

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

Shades of Sherpa Blue #024F50

Tints of Sherpa Blue #024F50

Color information

#024F50 (or 0x024F50) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4F and 50. RGB value is (2,79,80). Sum of RGB (Red+Green+Blue) = 2+79+80=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #024F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F50 is #FDB0AF. Grayscale: #383838. Windows color (decimal): -16625840 or 5263106. OLE color: 5263106.

HSL color Cylindrical-coordinate representation of color #024F50: hue angle of 180.77º 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 #024F50 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB27980-
CMYK0.980.0100.69
HSL180.77º95.12%16.08%-
HSV(B)180.77º97.5%31.37%-
XYZ4.276.188.56-
YUV56.09141.4989.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 79 (31.25% from 255) = 49.07%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=1.24%
G=49.07%
B=49.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279800.980.0100.69180.7795.1216.08
Hex24F50621045b55f10
Octal21171201421010526513720
Binary1010011111010000110001010100010110110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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