#024A58

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

Shades of Sherpa Blue #024A58

Tints of Sherpa Blue #024A58

Color information

#024A58 (or 0x024A58) is unknown color: approx Sherpa Blue. HEX triplet: 02, 4A and 58. RGB value is (2,74,88). Sum of RGB (Red+Green+Blue) = 2+74+88=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #024A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A58 is #FDB5A7. Grayscale: #353535. Windows color (decimal): -16627112 or 5786114. OLE color: 5786114.

HSL color Cylindrical-coordinate representation of color #024A58: hue angle of 189.77º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A58 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB27488-
CMYK0.980.1600.65
HSL189.77º95.56%17.65%-
HSV(B)189.77º97.73%34.51%-
XYZ4.245.6210.09-
YUV54.07147.1590.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 74 (29.30% from 255) = 45.12%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=1.22%
G=45.12%
B=53.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal274880.980.1600.65189.7795.5617.65
Hex24A586210041be6012
Octal211213014220010127614022
Binary10100101010110001100010100000100000110111110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,74,88); }

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

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

 a { background-color: rgb(2,74,88); }

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

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

 span { border-color: rgb(2,74,88); }

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