#02376D

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

Shades of Prussian Blue #02376D

Tints of Prussian Blue #02376D

Color information

#02376D (or 0x02376D) is unknown color: approx Prussian Blue. HEX triplet: 02, 37 and 6D. RGB value is (2,55,109). Sum of RGB (Red+Green+Blue) = 2+55+109=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #02376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02376D is #FDC892. Grayscale: #2D2D2D. Windows color (decimal): -16631955 or 7157506. OLE color: 7157506.

HSL color Cylindrical-coordinate representation of color #02376D: hue angle of 210.28º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02376D is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB255109-
CMYK0.980.5000.57
HSL210.28º96.4%21.76%-
HSV(B)210.28º98.17%42.75%-
XYZ4.153.8514.99-
YUV45.31163.9497.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 109 (42.97% from 255) = 65.66%
R=1.20%
G=33.13%
B=65.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2551090.980.5000.57210.2896.421.76
Hex2376D6232039d26016
Octal2671551426207132214026
Binary1011011111011011100010110010011100111010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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