#02376F

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

Shades of Prussian Blue #02376F

Tints of Prussian Blue #02376F

Color information

#02376F (or 0x02376F) is unknown color: approx Prussian Blue. HEX triplet: 02, 37 and 6F. RGB value is (2,55,111). Sum of RGB (Red+Green+Blue) = 2+55+111=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #02376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02376F is #FDC890. Grayscale: #2D2D2D. Windows color (decimal): -16631953 or 7288578. OLE color: 7288578.

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

Color convert

RGB255111-
CMYK0.980.5000.56
HSL210.83º96.46%22.16%-
HSV(B)210.83º98.2%43.53%-
XYZ4.263.8915.57-
YUV45.54164.9496.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 111 (43.75% from 255) = 66.07%
R=1.19%
G=32.74%
B=66.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2551110.980.5000.56210.8396.4622.16
Hex2376F6232038d36016
Octal2671571426207032314026
Binary1011011111011111100010110010011100011010011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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