#032B5A

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

Shades of Prussian Blue #032B5A

Tints of Prussian Blue #032B5A

Color information

#032B5A (or 0x032B5A) is unknown color: approx Prussian Blue. HEX triplet: 03, 2B and 5A. RGB value is (3,43,90). Sum of RGB (Red+Green+Blue) = 3+43+90=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #032B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B5A is #FCD4A5. Grayscale: #242424. Windows color (decimal): -16569510 or 5909251. OLE color: 5909251.

HSL color Cylindrical-coordinate representation of color #032B5A: hue angle of 212.41º 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 #032B5A is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB34390-
CMYK0.970.5200.65
HSL212.41º93.55%18.24%-
HSV(B)212.41º96.67%35.29%-
XYZ2.752.4910.01-
YUV36.4158.25104.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 90 (35.55% from 255) = 66.18%
R=2.21%
G=31.62%
B=66.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal343900.970.5200.65212.4193.5518.24
Hex32B5A6134041d45e12
Octal35313214164010132413622
Binary11101011101101011000011101000100000111010100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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