Shades of Prussian Blue #033651
Tints of Prussian Blue #033651
RGB
CMYK
RGB Variations
Color information
#033651 (or 0x033651) is known color: Prussian Blue. HEX triplet: 03, 36 and 51. RGB value is (3,54,81). Sum of RGB (Red+Green+Blue) = 3+54+81=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #033651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033651 is #FCC9AE. Grayscale: #292929. Windows color (decimal): -16566703 or 5322243. OLE color: 5322243.
HSL color Cylindrical-coordinate representation of color #033651: hue angle of 200.77º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033651 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 54 | 81 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.68 |
| HSL | 200.77º | 0.93% | 0.16% | - |
| HSV(B) | 200.77º | 0.96% | 0.32% | - |
| XYZ | 2.84 | 3.25 | 8.26 | - |
| YUV | 41.83 | 150.1 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 81 | 0.96 | 0.33 | 0 | 0.68 | 200.77 | 0.93 | 0.16 |
| Hex | 3 | 36 | 51 | 60 | 21 | 0 | 44 | C9 | 5D | 10 |
| Octal | 3 | 66 | 121 | 140 | 41 | 0 | 104 | 311 | 135 | 20 |
| Binary | 11 | 110110 | 1010001 | 1100000 | 100001 | 0 | 1000100 | 11001001 | 1011101 | 10000 |
Color Harmonies of #033651
Complementary color
Monochromatic Colors of #033651
Black with #033651
Text Example
Text Example
White with #033651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033651; }
p { color: rgb(3,54,81); }
H1.HeaderClassName
{
color: #033651;
}
.AnyTagClassName
{
color: #033651;
}
</style>
background-color css
<style>
a { background-color: #033651; }
a { background-color: rgb(3,54,81); }
div.DivClassName
{
background-color: #033651;
}
.BgClassName
{
background-color: #033651;
}
</style>
border-color css
<style>
span { border-color: #033651; }
span { border-color: rgb(3,54,81); }
td.TdClassName
{
border-color: #033651;
}
.TagClassName
{
border-color: #033651;
}
</style>