Shades of Prussian Blue #033351
Tints of Prussian Blue #033351
RGB
CMYK
RGB Variations
Color information
#033351 (or 0x033351) is known color: Prussian Blue. HEX triplet: 03, 33 and 51. RGB value is (3,51,81). Sum of RGB (Red+Green+Blue) = 3+51+81=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #033351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033351 is #FCCCAE. Grayscale: #272727. Windows color (decimal): -16567471 or 5321475. OLE color: 5321475.
HSL color Cylindrical-coordinate representation of color #033351: hue angle of 203.08º 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 #033351 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 51 | 81 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.68 |
| HSL | 203.08º | 0.93% | 0.16% | - |
| HSV(B) | 203.08º | 0.96% | 0.32% | - |
| XYZ | 2.71 | 2.98 | 8.22 | - |
| YUV | 40.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 81 | 0.96 | 0.37 | 0 | 0.68 | 203.08 | 0.93 | 0.16 |
| Hex | 3 | 33 | 51 | 60 | 25 | 0 | 44 | CB | 5D | 10 |
| Octal | 3 | 63 | 121 | 140 | 45 | 0 | 104 | 313 | 135 | 20 |
| Binary | 11 | 110011 | 1010001 | 1100000 | 100101 | 0 | 1000100 | 11001011 | 1011101 | 10000 |
Color Harmonies of #033351
Complementary color
Monochromatic Colors of #033351
Black with #033351
Text Example
Text Example
White with #033351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033351; }
p { color: rgb(3,51,81); }
H1.HeaderClassName
{
color: #033351;
}
.AnyTagClassName
{
color: #033351;
}
</style>
background-color css
<style>
a { background-color: #033351; }
a { background-color: rgb(3,51,81); }
div.DivClassName
{
background-color: #033351;
}
.BgClassName
{
background-color: #033351;
}
</style>
border-color css
<style>
span { border-color: #033351; }
span { border-color: rgb(3,51,81); }
td.TdClassName
{
border-color: #033351;
}
.TagClassName
{
border-color: #033351;
}
</style>