#02364C

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

Shades of Sherpa Blue #02364C

Tints of Sherpa Blue #02364C

Color information

#02364C (or 0x02364C) is unknown color: approx Sherpa Blue. HEX triplet: 02, 36 and 4C. RGB value is (2,54,76). Sum of RGB (Red+Green+Blue) = 2+54+76=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #02364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02364C is #FDC9B3. Grayscale: #282828. Windows color (decimal): -16632244 or 4994562. OLE color: 4994562.

HSL color Cylindrical-coordinate representation of color #02364C: hue angle of 197.84º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02364C is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB25476-
CMYK0.970.2900.70
HSL197.84º94.87%15.29%-
HSV(B)197.84º97.37%29.8%-
XYZ2.653.177.31-
YUV40.96147.77100.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 76 (30.08% from 255) = 57.58%
R=1.52%
G=40.91%
B=57.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal254760.970.2900.70197.8494.8715.29
Hex2364C611D046c65ff
Octal26611414135010630613717
Binary101101101001100110000111101010001101100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02364C; }

 p { color: rgb(2,54,76); }

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

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

 a { background-color: rgb(2,54,76); }

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

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

 span { border-color: rgb(2,54,76); }

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