Shades of Prussian Blue #033268
Tints of Prussian Blue #033268
RGB
CMYK
RGB Variations
Color information
#033268 (or 0x033268) is known color: Prussian Blue. HEX triplet: 03, 32 and 68. RGB value is (3,50,104). Sum of RGB (Red+Green+Blue) = 3+50+104=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #033268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033268 is #FCCD97. Grayscale: #292929. Windows color (decimal): -16567704 or 6828547. OLE color: 6828547.
HSL color Cylindrical-coordinate representation of color #033268: hue angle of 212.08º 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 #033268 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 50 | 104 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.59 |
| HSL | 212.08º | 0.94% | 0.21% | - |
| HSV(B) | 212.08º | 0.97% | 0.41% | - |
| XYZ | 3.68 | 3.3 | 13.54 | - |
| YUV | 42.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 104 | 0.97 | 0.52 | 0 | 0.59 | 212.08 | 0.94 | 0.21 |
| Hex | 3 | 32 | 68 | 61 | 34 | 0 | 3B | D4 | 5E | 15 |
| Octal | 3 | 62 | 150 | 141 | 64 | 0 | 73 | 324 | 136 | 25 |
| Binary | 11 | 110010 | 1101000 | 1100001 | 110100 | 0 | 111011 | 11010100 | 1011110 | 10101 |
Color Harmonies of #033268
Complementary color
Monochromatic Colors of #033268
Black with #033268
Text Example
Text Example
White with #033268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033268; }
p { color: rgb(3,50,104); }
H1.HeaderClassName
{
color: #033268;
}
.AnyTagClassName
{
color: #033268;
}
</style>
background-color css
<style>
a { background-color: #033268; }
a { background-color: rgb(3,50,104); }
div.DivClassName
{
background-color: #033268;
}
.BgClassName
{
background-color: #033268;
}
</style>
border-color css
<style>
span { border-color: #033268; }
span { border-color: rgb(3,50,104); }
td.TdClassName
{
border-color: #033268;
}
.TagClassName
{
border-color: #033268;
}
</style>