#032D65

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

Shades of Prussian Blue #032D65

Tints of Prussian Blue #032D65

Color information

#032D65 (or 0x032D65) is unknown color: approx Prussian Blue. HEX triplet: 03, 2D and 65. RGB value is (3,45,101). Sum of RGB (Red+Green+Blue) = 3+45+101=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #032D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D65 is #FCD29A. Grayscale: #262626. Windows color (decimal): -16568987 or 6630659. OLE color: 6630659.

HSL color Cylindrical-coordinate representation of color #032D65: hue angle of 214.29º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D65 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB345101-
CMYK0.970.5500.60
HSL214.29º94.23%20.39%-
HSV(B)214.29º97.03%39.61%-
XYZ3.322.8412.68-
YUV38.83163.09102.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 101 (39.84% from 255) = 67.79%
R=2.01%
G=30.20%
B=67.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3451010.970.5500.60214.2994.2320.39
Hex32D65613703Cd65e14
Octal3551451416707432613624
Binary1110110111001011100001110111011110011010110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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