#032A56

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

Shades of Prussian Blue #032A56

Tints of Prussian Blue #032A56

Color information

#032A56 (or 0x032A56) is unknown color: approx Prussian Blue. HEX triplet: 03, 2A and 56. RGB value is (3,42,86). Sum of RGB (Red+Green+Blue) = 3+42+86=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #032A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A56 is #FCD5A9. Grayscale: #232323. Windows color (decimal): -16569770 or 5646851. OLE color: 5646851.

HSL color Cylindrical-coordinate representation of color #032A56: hue angle of 211.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A56 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB34286-
CMYK0.970.5100.66
HSL211.81º93.26%17.45%-
HSV(B)211.81º96.51%33.73%-
XYZ2.552.359.12-
YUV35.35156.58104.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 86 (33.98% from 255) = 65.65%
R=2.29%
G=32.06%
B=65.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal342860.970.5100.66211.8193.2617.45
Hex32A566133042d45d11
Octal35212614163010232413521
Binary11101010101011011000011100110100001011010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032A56; }

 p { color: rgb(3,42,86); }

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

<style>
 a { background-color: #032A56; }

 a { background-color: rgb(3,42,86); }

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

<style>
 span { border-color: #032A56; }

 span { border-color: rgb(3,42,86); }

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