#032A5A

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

Shades of Prussian Blue #032A5A

Tints of Prussian Blue #032A5A

Color information

#032A5A (or 0x032A5A) is unknown color: approx Prussian Blue. HEX triplet: 03, 2A and 5A. RGB value is (3,42,90). Sum of RGB (Red+Green+Blue) = 3+42+90=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #032A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A5A is #FCD5A5. Grayscale: #232323. Windows color (decimal): -16569766 or 5908995. OLE color: 5908995.

HSL color Cylindrical-coordinate representation of color #032A5A: hue angle of 213.1º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A5A is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB34290-
CMYK0.970.5300.65
HSL213.1º93.55%18.24%-
HSV(B)213.1º96.67%35.29%-
XYZ2.712.4110-
YUV35.81158.58104.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 90 (35.55% from 255) = 66.67%
R=2.22%
G=31.11%
B=66.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal342900.970.5300.65213.193.5518.24
Hex32A5A6135041d55e12
Octal35213214165010132513622
Binary11101010101101011000011101010100000111010101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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