#032C5A

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

Shades of Prussian Blue #032C5A

Tints of Prussian Blue #032C5A

Color information

#032C5A (or 0x032C5A) is unknown color: approx Prussian Blue. HEX triplet: 03, 2C and 5A. RGB value is (3,44,90). Sum of RGB (Red+Green+Blue) = 3+44+90=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #032C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C5A is #FCD3A5. Grayscale: #242424. Windows color (decimal): -16569254 or 5909507. OLE color: 5909507.

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

Color convert

RGB34490-
CMYK0.970.5100.65
HSL211.72º93.55%18.24%-
HSV(B)211.72º96.67%35.29%-
XYZ2.782.5610.02-
YUV36.98157.92103.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 90 (35.55% from 255) = 65.69%
R=2.19%
G=32.12%
B=65.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal344900.970.5100.65211.7293.5518.24
Hex32C5A6133041d45e12
Octal35413214163010132413622
Binary11101100101101011000011100110100000111010100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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