Shades of Prussian Blue #032D65
Tints of Prussian Blue #032D65
RGB
CMYK
RGB Variations
Color information
#032D65 (or 0x032D65) is known color: 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
RGB | 3 | 45 | 101 | - |
CMYK | 0.97 | 0.55 | 0 | 0.60 |
HSL | 214.29º | 0.94% | 0.2% | - |
HSV(B) | 214.29º | 0.97% | 0.4% | - |
XYZ | 3.32 | 2.84 | 12.68 | - |
YUV | 38.83 | 163.09 | 102.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 45 | 101 | 0.97 | 0.55 | 0 | 0.60 | 214.29 | 0.94 | 0.2 |
Hex | 3 | 2D | 65 | 61 | 37 | 0 | 3C | D6 | 5E | 14 |
Octal | 3 | 55 | 145 | 141 | 67 | 0 | 74 | 326 | 136 | 24 |
Binary | 11 | 101101 | 1100101 | 1100001 | 110111 | 0 | 111100 | 11010110 | 1011110 | 10100 |
Color Harmonies of #032D65
Complementary color
Monochromatic Colors of #032D65
Black with #032D65
Text Example
Text Example
White with #032D65
Text Example
Text Example
HTML Codes & Css Web 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>