#032C4F

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

Shades of Prussian Blue #032C4F

Tints of Prussian Blue #032C4F

Color information

#032C4F (or 0x032C4F) is unknown color: approx Prussian Blue. HEX triplet: 03, 2C and 4F. RGB value is (3,44,79). Sum of RGB (Red+Green+Blue) = 3+44+79=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #032C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C4F is #FCD3B0. Grayscale: #232323. Windows color (decimal): -16569265 or 5188611. OLE color: 5188611.

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

Color convert

RGB34479-
CMYK0.960.4400.69
HSL207.63º92.68%16.08%-
HSV(B)207.63º96.2%30.98%-
XYZ2.352.397.73-
YUV35.73152.42104.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=2.38%
G=34.92%
B=62.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal344790.960.4400.69207.6392.6816.08
Hex32C4F602C045d05d10
Octal35411714054010532013520
Binary11101100100111111000001011000100010111010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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