#023F56

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

Shades of Sherpa Blue #023F56

Tints of Sherpa Blue #023F56

Color information

#023F56 (or 0x023F56) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3F and 56. RGB value is (2,63,86). Sum of RGB (Red+Green+Blue) = 2+63+86=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #023F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F56 is #FDC0A9. Grayscale: #2F2F2F. Windows color (decimal): -16629930 or 5652226. OLE color: 5652226.

HSL color Cylindrical-coordinate representation of color #023F56: hue angle of 196.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F56 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB26386-
CMYK0.980.2700.66
HSL196.43º95.45%17.25%-
HSV(B)196.43º97.67%33.73%-
XYZ3.484.249.44-
YUV47.38149.7995.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 63 (25% from 255) = 41.72%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=1.32%
G=41.72%
B=56.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal263860.980.2700.66196.4395.4517.25
Hex23F56621B042c45f11
Octal27712614233010230413721
Binary1011111110101101100010110110100001011000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023F56; }

 p { color: rgb(2,63,86); }

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

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

 a { background-color: rgb(2,63,86); }

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

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

 span { border-color: rgb(2,63,86); }

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