#02374B

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

Shades of Sherpa Blue #02374B

Tints of Sherpa Blue #02374B

Color information

#02374B (or 0x02374B) is unknown color: approx Sherpa Blue. HEX triplet: 02, 37 and 4B. RGB value is (2,55,75). Sum of RGB (Red+Green+Blue) = 2+55+75=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #02374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02374B is #FDC8B4. Grayscale: #292929. Windows color (decimal): -16631989 or 4929282. OLE color: 4929282.

HSL color Cylindrical-coordinate representation of color #02374B: hue angle of 196.44º 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 #02374B is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB25575-
CMYK0.970.2700.71
HSL196.44º94.81%15.1%-
HSV(B)196.44º97.33%29.41%-
XYZ2.663.257.14-
YUV41.43146.9499.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=1.52%
G=41.67%
B=56.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal255750.970.2700.71196.4494.8115.1
Hex2374B611B047c45ff
Octal26711314133010730413717
Binary101101111001011110000111011010001111100010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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