Shades of Prussian Blue #033965
Tints of Prussian Blue #033965
RGB
CMYK
RGB Variations
Color information
#033965 (or 0x033965) is known color: Prussian Blue. HEX triplet: 03, 39 and 65. RGB value is (3,57,101). Sum of RGB (Red+Green+Blue) = 3+57+101=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #033965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033965 is #FCC69A. Grayscale: #2D2D2D. Windows color (decimal): -16565915 or 6633731. OLE color: 6633731.
HSL color Cylindrical-coordinate representation of color #033965: hue angle of 206.94º 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 #033965 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 57 | 101 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.60 |
| HSL | 206.94º | 0.94% | 0.2% | - |
| HSV(B) | 206.94º | 0.97% | 0.4% | - |
| XYZ | 3.85 | 3.89 | 12.86 | - |
| YUV | 45.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 101 | 0.97 | 0.44 | 0 | 0.60 | 206.94 | 0.94 | 0.2 |
| Hex | 3 | 39 | 65 | 61 | 2C | 0 | 3C | CF | 5E | 14 |
| Octal | 3 | 71 | 145 | 141 | 54 | 0 | 74 | 317 | 136 | 24 |
| Binary | 11 | 111001 | 1100101 | 1100001 | 101100 | 0 | 111100 | 11001111 | 1011110 | 10100 |
Color Harmonies of #033965
Complementary color
Monochromatic Colors of #033965
Black with #033965
Text Example
Text Example
White with #033965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033965; }
p { color: rgb(3,57,101); }
H1.HeaderClassName
{
color: #033965;
}
.AnyTagClassName
{
color: #033965;
}
</style>
background-color css
<style>
a { background-color: #033965; }
a { background-color: rgb(3,57,101); }
div.DivClassName
{
background-color: #033965;
}
.BgClassName
{
background-color: #033965;
}
</style>
border-color css
<style>
span { border-color: #033965; }
span { border-color: rgb(3,57,101); }
td.TdClassName
{
border-color: #033965;
}
.TagClassName
{
border-color: #033965;
}
</style>