#02374D

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

Shades of Sherpa Blue #02374D

Tints of Sherpa Blue #02374D

Color information

#02374D (or 0x02374D) is unknown color: approx Sherpa Blue. HEX triplet: 02, 37 and 4D. RGB value is (2,55,77). Sum of RGB (Red+Green+Blue) = 2+55+77=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #02374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02374D is #FDC8B2. Grayscale: #292929. Windows color (decimal): -16631987 or 5060354. OLE color: 5060354.

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

Color convert

RGB25577-
CMYK0.970.2900.70
HSL197.6º94.94%15.49%-
HSV(B)197.6º97.4%30.2%-
XYZ2.733.287.51-
YUV41.66147.9499.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=1.49%
G=41.04%
B=57.46%

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
Decimal255770.970.2900.70197.694.9415.49
Hex2374D611D046c65ff
Octal26711514135010630613717
Binary101101111001101110000111101010001101100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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