#024258

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

Shades of Sherpa Blue #024258

Tints of Sherpa Blue #024258

Color information

#024258 (or 0x024258) is unknown color: approx Sherpa Blue. HEX triplet: 02, 42 and 58. RGB value is (2,66,88). Sum of RGB (Red+Green+Blue) = 2+66+88=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #024258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024258 is #FDBDA7. Grayscale: #313131. Windows color (decimal): -16629160 or 5784066. OLE color: 5784066.

HSL color Cylindrical-coordinate representation of color #024258: hue angle of 195.35º 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 #024258 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB26688-
CMYK0.980.2500.65
HSL195.35º95.56%17.65%-
HSV(B)195.35º97.73%34.51%-
XYZ3.734.619.93-
YUV49.37149.894.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 88 (34.77% from 255) = 56.41%
R=1.28%
G=42.31%
B=56.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal266880.980.2500.65195.3595.5617.65
Hex242586219041c36012
Octal210213014231010130314022
Binary10100001010110001100010110010100000111000011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024258; }

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

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

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

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

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

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

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

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