Shades of Prussian Blue #033468
Tints of Prussian Blue #033468
RGB
CMYK
RGB Variations
Color information
#033468 (or 0x033468) is known color: Prussian Blue. HEX triplet: 03, 34 and 68. RGB value is (3,52,104). Sum of RGB (Red+Green+Blue) = 3+52+104=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #033468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033468 is #FCCB97. Grayscale: #2B2B2B. Windows color (decimal): -16567192 or 6829059. OLE color: 6829059.
HSL color Cylindrical-coordinate representation of color #033468: hue angle of 210.89º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033468 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 52 | 104 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.59 |
| HSL | 210.89º | 0.94% | 0.21% | - |
| HSV(B) | 210.89º | 0.97% | 0.41% | - |
| XYZ | 3.76 | 3.47 | 13.57 | - |
| YUV | 43.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 104 | 0.97 | 0.50 | 0 | 0.59 | 210.89 | 0.94 | 0.21 |
| Hex | 3 | 34 | 68 | 61 | 32 | 0 | 3B | D3 | 5E | 15 |
| Octal | 3 | 64 | 150 | 141 | 62 | 0 | 73 | 323 | 136 | 25 |
| Binary | 11 | 110100 | 1101000 | 1100001 | 110010 | 0 | 111011 | 11010011 | 1011110 | 10101 |
Color Harmonies of #033468
Complementary color
Monochromatic Colors of #033468
Black with #033468
Text Example
Text Example
White with #033468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033468; }
p { color: rgb(3,52,104); }
H1.HeaderClassName
{
color: #033468;
}
.AnyTagClassName
{
color: #033468;
}
</style>
background-color css
<style>
a { background-color: #033468; }
a { background-color: rgb(3,52,104); }
div.DivClassName
{
background-color: #033468;
}
.BgClassName
{
background-color: #033468;
}
</style>
border-color css
<style>
span { border-color: #033468; }
span { border-color: rgb(3,52,104); }
td.TdClassName
{
border-color: #033468;
}
.TagClassName
{
border-color: #033468;
}
</style>