#02326E

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

Shades of Prussian Blue #02326E

Tints of Prussian Blue #02326E

Color information

#02326E (or 0x02326E) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 6E. RGB value is (2,50,110). Sum of RGB (Red+Green+Blue) = 2+50+110=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #02326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02326E is #FDCD91. Grayscale: #2A2A2A. Windows color (decimal): -16633234 or 7221762. OLE color: 7221762.

HSL color Cylindrical-coordinate representation of color #02326E: hue angle of 213.33º 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 #02326E is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB250110-
CMYK0.980.5500.57
HSL213.33º96.43%21.96%-
HSV(B)213.33º98.18%43.14%-
XYZ3.983.4215.2-
YUV42.49166.199.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 110 (43.36% from 255) = 67.90%
R=1.23%
G=30.86%
B=67.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2501100.980.5500.57213.3396.4321.96
Hex2326E6237039d56016
Octal2621561426707132514026
Binary1011001011011101100010110111011100111010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02326E; }

 p { color: rgb(2,50,110); }

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

<style>
 a { background-color: #02326E; }

 a { background-color: rgb(2,50,110); }

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

<style>
 span { border-color: #02326E; }

 span { border-color: rgb(2,50,110); }

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