Shades of Prussian Blue #03336C
Tints of Prussian Blue #03336C
RGB
CMYK
RGB Variations
Color information
#03336C (or 0x03336C) is known color: Prussian Blue. HEX triplet: 03, 33 and 6C. RGB value is (3,51,108). Sum of RGB (Red+Green+Blue) = 3+51+108=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #03336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03336C is #FCCC93. Grayscale: #2A2A2A. Windows color (decimal): -16567444 or 7090947. OLE color: 7090947.
HSL color Cylindrical-coordinate representation of color #03336C: hue angle of 212.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03336C is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 51 | 108 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.58 |
| HSL | 212.57º | 0.95% | 0.22% | - |
| HSV(B) | 212.57º | 0.97% | 0.42% | - |
| XYZ | 3.93 | 3.47 | 14.65 | - |
| YUV | 43.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 108 | 0.97 | 0.53 | 0 | 0.58 | 212.57 | 0.95 | 0.22 |
| Hex | 3 | 33 | 6C | 61 | 35 | 0 | 3A | D5 | 5F | 16 |
| Octal | 3 | 63 | 154 | 141 | 65 | 0 | 72 | 325 | 137 | 26 |
| Binary | 11 | 110011 | 1101100 | 1100001 | 110101 | 0 | 111010 | 11010101 | 1011111 | 10110 |
Color Harmonies of #03336C
Complementary color
Monochromatic Colors of #03336C
Black with #03336C
Text Example
Text Example
White with #03336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03336C; }
p { color: rgb(3,51,108); }
H1.HeaderClassName
{
color: #03336C;
}
.AnyTagClassName
{
color: #03336C;
}
</style>
background-color css
<style>
a { background-color: #03336C; }
a { background-color: rgb(3,51,108); }
div.DivClassName
{
background-color: #03336C;
}
.BgClassName
{
background-color: #03336C;
}
</style>
border-color css
<style>
span { border-color: #03336C; }
span { border-color: rgb(3,51,108); }
td.TdClassName
{
border-color: #03336C;
}
.TagClassName
{
border-color: #03336C;
}
</style>