Shades of Prussian Blue #033952
Tints of Prussian Blue #033952
RGB
CMYK
RGB Variations
Color information
#033952 (or 0x033952) is known color: Prussian Blue. HEX triplet: 03, 39 and 52. RGB value is (3,57,82). Sum of RGB (Red+Green+Blue) = 3+57+82=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #033952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033952 is #FCC6AD. Grayscale: #2B2B2B. Windows color (decimal): -16565934 or 5388547. OLE color: 5388547.
HSL color Cylindrical-coordinate representation of color #033952: hue angle of 198.99º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033952 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 57 | 82 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.68 |
| HSL | 198.99º | 0.93% | 0.17% | - |
| HSV(B) | 198.99º | 0.96% | 0.32% | - |
| XYZ | 3.02 | 3.55 | 8.51 | - |
| YUV | 43.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 82 | 0.96 | 0.30 | 0 | 0.68 | 198.99 | 0.93 | 0.17 |
| Hex | 3 | 39 | 52 | 60 | 1E | 0 | 44 | C7 | 5D | 11 |
| Octal | 3 | 71 | 122 | 140 | 36 | 0 | 104 | 307 | 135 | 21 |
| Binary | 11 | 111001 | 1010010 | 1100000 | 11110 | 0 | 1000100 | 11000111 | 1011101 | 10001 |
Color Harmonies of #033952
Complementary color
Monochromatic Colors of #033952
Black with #033952
Text Example
Text Example
White with #033952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033952; }
p { color: rgb(3,57,82); }
H1.HeaderClassName
{
color: #033952;
}
.AnyTagClassName
{
color: #033952;
}
</style>
background-color css
<style>
a { background-color: #033952; }
a { background-color: rgb(3,57,82); }
div.DivClassName
{
background-color: #033952;
}
.BgClassName
{
background-color: #033952;
}
</style>
border-color css
<style>
span { border-color: #033952; }
span { border-color: rgb(3,57,82); }
td.TdClassName
{
border-color: #033952;
}
.TagClassName
{
border-color: #033952;
}
</style>