#023F52

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

Shades of Sherpa Blue #023F52

Tints of Sherpa Blue #023F52

Color information

#023F52 (or 0x023F52) is unknown color: approx Sherpa Blue. HEX triplet: 02, 3F and 52. RGB value is (2,63,82). Sum of RGB (Red+Green+Blue) = 2+63+82=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #023F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F52 is #FDC0AD. Grayscale: #2E2E2E. Windows color (decimal): -16629934 or 5390082. OLE color: 5390082.

HSL color Cylindrical-coordinate representation of color #023F52: hue angle of 194.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F52 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB26382-
CMYK0.980.2300.68
HSL194.25º95.24%16.47%-
HSV(B)194.25º97.56%32.16%-
XYZ3.334.188.61-
YUV46.93147.7995.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 63 (25% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 55.78%
R=1.36%
G=42.86%
B=55.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal263820.980.2300.68194.2595.2416.47
Hex23F526217044c25f10
Octal27712214227010430213720
Binary1011111110100101100010101110100010011000010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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