#032D69

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

Shades of Prussian Blue #032D69

Tints of Prussian Blue #032D69

Color information

#032D69 (or 0x032D69) is unknown color: approx Prussian Blue. HEX triplet: 03, 2D and 69. RGB value is (3,45,105). Sum of RGB (Red+Green+Blue) = 3+45+105=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #032D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D69 is #FCD296. Grayscale: #272727. Windows color (decimal): -16568983 or 6892803. OLE color: 6892803.

HSL color Cylindrical-coordinate representation of color #032D69: hue angle of 215.29º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D69 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB345105-
CMYK0.970.5700.59
HSL215.29º94.44%21.18%-
HSV(B)215.29º97.14%41.18%-
XYZ3.532.9213.74-
YUV39.28165.09102.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 105 (41.41% from 255) = 68.63%
R=1.96%
G=29.41%
B=68.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3451050.970.5700.59215.2994.4421.18
Hex32D69613903Bd75e15
Octal3551511417107332713625
Binary1110110111010011100001111001011101111010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,45,105); }

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

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

 a { background-color: rgb(3,45,105); }

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

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

 span { border-color: rgb(3,45,105); }

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