Shades of Prussian Blue #033961
Tints of Prussian Blue #033961
RGB
CMYK
RGB Variations
Color information
#033961 (or 0x033961) is known color: Prussian Blue. HEX triplet: 03, 39 and 61. RGB value is (3,57,97). Sum of RGB (Red+Green+Blue) = 3+57+97=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #033961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033961 is #FCC69E. Grayscale: #2D2D2D. Windows color (decimal): -16565919 or 6371587. OLE color: 6371587.
HSL color Cylindrical-coordinate representation of color #033961: hue angle of 205.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033961 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 57 | 97 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.62 |
| HSL | 205.53º | 0.94% | 0.2% | - |
| HSV(B) | 205.53º | 0.97% | 0.38% | - |
| XYZ | 3.66 | 3.81 | 11.85 | - |
| YUV | 45.41 | 157.11 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 97 | 0.97 | 0.41 | 0 | 0.62 | 205.53 | 0.94 | 0.2 |
| Hex | 3 | 39 | 61 | 61 | 29 | 0 | 3E | CE | 5E | 14 |
| Octal | 3 | 71 | 141 | 141 | 51 | 0 | 76 | 316 | 136 | 24 |
| Binary | 11 | 111001 | 1100001 | 1100001 | 101001 | 0 | 111110 | 11001110 | 1011110 | 10100 |
Color Harmonies of #033961
Complementary color
Monochromatic Colors of #033961
Black with #033961
Text Example
Text Example
White with #033961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033961; }
p { color: rgb(3,57,97); }
H1.HeaderClassName
{
color: #033961;
}
.AnyTagClassName
{
color: #033961;
}
</style>
background-color css
<style>
a { background-color: #033961; }
a { background-color: rgb(3,57,97); }
div.DivClassName
{
background-color: #033961;
}
.BgClassName
{
background-color: #033961;
}
</style>
border-color css
<style>
span { border-color: #033961; }
span { border-color: rgb(3,57,97); }
td.TdClassName
{
border-color: #033961;
}
.TagClassName
{
border-color: #033961;
}
</style>