#02364B

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

Shades of Sherpa Blue #02364B

Tints of Sherpa Blue #02364B

Color information

#02364B (or 0x02364B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 36 and 4B. RGB value is (2,54,75). Sum of RGB (Red+Green+Blue) = 2+54+75=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #02364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02364B is #FDC9B4. Grayscale: #282828. Windows color (decimal): -16632245 or 4929026. OLE color: 4929026.

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

Color convert

RGB25475-
CMYK0.970.2800.71
HSL197.26º94.81%15.1%-
HSV(B)197.26º97.33%29.41%-
XYZ2.613.167.13-
YUV40.85147.27100.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 54 (21.48% from 255) = 41.22%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=1.53%
G=41.22%
B=57.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal254750.970.2800.71197.2694.8115.1
Hex2364B611C047c55ff
Octal26611314134010730513717
Binary101101101001011110000111100010001111100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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