#02326D

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

Shades of Prussian Blue #02326D

Tints of Prussian Blue #02326D

Color information

#02326D (or 0x02326D) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 6D. RGB value is (2,50,109). Sum of RGB (Red+Green+Blue) = 2+50+109=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #02326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02326D is #FDCD92. Grayscale: #2A2A2A. Windows color (decimal): -16633235 or 7156226. OLE color: 7156226.

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

Color convert

RGB250109-
CMYK0.980.5400.57
HSL213.08º96.4%21.76%-
HSV(B)213.08º98.17%42.75%-
XYZ3.933.414.92-
YUV42.37165.699.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 109 (42.97% from 255) = 67.70%
R=1.24%
G=31.06%
B=67.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2501090.980.5400.57213.0896.421.76
Hex2326D6236039d56016
Octal2621551426607132514026
Binary1011001011011011100010110110011100111010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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