Shades of Prussian Blue #032A4A
Tints of Prussian Blue #032A4A
RGB
CMYK
RGB Variations
Color information
#032A4A (or 0x032A4A) is known color: Prussian Blue. HEX triplet: 03, 2A and 4A. RGB value is (3,42,74). Sum of RGB (Red+Green+Blue) = 3+42+74=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #032A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A4A is #FCD5B5. Grayscale: #212121. Windows color (decimal): -16569782 or 4860419. OLE color: 4860419.
HSL color Cylindrical-coordinate representation of color #032A4A: hue angle of 207.04º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032A4A is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 42 | 74 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.71 |
| HSL | 207.04º | 0.92% | 0.15% | - |
| HSV(B) | 207.04º | 0.96% | 0.29% | - |
| XYZ | 2.1 | 2.17 | 6.79 | - |
| YUV | 33.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 74 | 0.96 | 0.43 | 0 | 0.71 | 207.04 | 0.92 | 0.15 |
| Hex | 3 | 2A | 4A | 60 | 2B | 0 | 47 | CF | 5C | F |
| Octal | 3 | 52 | 112 | 140 | 53 | 0 | 107 | 317 | 134 | 17 |
| Binary | 11 | 101010 | 1001010 | 1100000 | 101011 | 0 | 1000111 | 11001111 | 1011100 | 1111 |
Color Harmonies of #032A4A
Complementary color
Monochromatic Colors of #032A4A
Black with #032A4A
Text Example
Text Example
White with #032A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A4A; }
p { color: rgb(3,42,74); }
H1.HeaderClassName
{
color: #032A4A;
}
.AnyTagClassName
{
color: #032A4A;
}
</style>
background-color css
<style>
a { background-color: #032A4A; }
a { background-color: rgb(3,42,74); }
div.DivClassName
{
background-color: #032A4A;
}
.BgClassName
{
background-color: #032A4A;
}
</style>
border-color css
<style>
span { border-color: #032A4A; }
span { border-color: rgb(3,42,74); }
td.TdClassName
{
border-color: #032A4A;
}
.TagClassName
{
border-color: #032A4A;
}
</style>