#032C57

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

Shades of Prussian Blue #032C57

Tints of Prussian Blue #032C57

Color information

#032C57 (or 0x032C57) is unknown color: approx Prussian Blue. HEX triplet: 03, 2C and 57. RGB value is (3,44,87). Sum of RGB (Red+Green+Blue) = 3+44+87=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #032C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C57 is #FCD3A8. Grayscale: #242424. Windows color (decimal): -16569257 or 5712899. OLE color: 5712899.

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

Color convert

RGB34487-
CMYK0.970.4900.66
HSL210.71º93.33%17.65%-
HSV(B)210.71º96.55%34.12%-
XYZ2.662.519.36-
YUV36.64156.42104-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 87 (34.38% from 255) = 64.93%
R=2.24%
G=32.84%
B=64.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal344870.970.4900.66210.7193.3317.65
Hex32C576131042d35d12
Octal35412714161010232313522
Binary11101100101011111000011100010100001011010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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