#032C4D

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

Shades of Prussian Blue #032C4D

Tints of Prussian Blue #032C4D

Color information

#032C4D (or 0x032C4D) is unknown color: approx Prussian Blue. HEX triplet: 03, 2C and 4D. RGB value is (3,44,77). Sum of RGB (Red+Green+Blue) = 3+44+77=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #032C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C4D is #FCD3B2. Grayscale: #232323. Windows color (decimal): -16569267 or 5057539. OLE color: 5057539.

HSL color Cylindrical-coordinate representation of color #032C4D: hue angle of 206.76º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032C4D is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB34477-
CMYK0.960.4300.70
HSL206.76º92.5%15.69%-
HSV(B)206.76º96.1%30.2%-
XYZ2.282.367.36-
YUV35.5151.42104.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 77 (30.47% from 255) = 62.10%
R=2.42%
G=35.48%
B=62.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal344770.960.4300.70206.7692.515.69
Hex32C4D602B046cf5c10
Octal35411514053010631713420
Binary11101100100110111000001010110100011011001111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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