#02364D

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

Shades of Sherpa Blue #02364D

Tints of Sherpa Blue #02364D

Color information

#02364D (or 0x02364D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 36 and 4D. RGB value is (2,54,77). Sum of RGB (Red+Green+Blue) = 2+54+77=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #02364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02364D is #FDC9B2. Grayscale: #282828. Windows color (decimal): -16632243 or 5060098. OLE color: 5060098.

HSL color Cylindrical-coordinate representation of color #02364D: hue angle of 198.4º 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 #02364D is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB25477-
CMYK0.970.3000.70
HSL198.4º94.94%15.49%-
HSV(B)198.4º97.4%30.2%-
XYZ2.683.197.49-
YUV41.07148.27100.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=1.50%
G=40.60%
B=57.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal254770.970.3000.70198.494.9415.49
Hex2364D611E046c65ff
Octal26611514136010630613717
Binary101101101001101110000111110010001101100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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