#032C53

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

Shades of Prussian Blue #032C53

Tints of Prussian Blue #032C53

Color information

#032C53 (or 0x032C53) is unknown color: approx Prussian Blue. HEX triplet: 03, 2C and 53. RGB value is (3,44,83). Sum of RGB (Red+Green+Blue) = 3+44+83=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #032C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C53 is #FCD3AC. Grayscale: #232323. Windows color (decimal): -16569261 or 5450755. OLE color: 5450755.

HSL color Cylindrical-coordinate representation of color #032C53: hue angle of 209.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032C53 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB34483-
CMYK0.960.4700.67
HSL209.25º93.02%16.86%-
HSV(B)209.25º96.39%32.55%-
XYZ2.52.458.52-
YUV36.19154.42104.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=2.31%
G=33.85%
B=63.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal344830.960.4700.67209.2593.0216.86
Hex32C53602F043d15d11
Octal35412314057010332113521
Binary11101100101001111000001011110100001111010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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