Shades of Prussian Blue #033363
Tints of Prussian Blue #033363
RGB
CMYK
RGB Variations
Color information
#033363 (or 0x033363) is known color: Prussian Blue. HEX triplet: 03, 33 and 63. RGB value is (3,51,99). Sum of RGB (Red+Green+Blue) = 3+51+99=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #033363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033363 is #FCCC9C. Grayscale: #292929. Windows color (decimal): -16567453 or 6501123. OLE color: 6501123.
HSL color Cylindrical-coordinate representation of color #033363: hue angle of 210º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033363 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 51 | 99 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.61 |
| HSL | 210º | 0.94% | 0.2% | - |
| HSV(B) | 210º | 0.97% | 0.39% | - |
| XYZ | 3.47 | 3.29 | 12.26 | - |
| YUV | 42.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 99 | 0.97 | 0.48 | 0 | 0.61 | 210 | 0.94 | 0.2 |
| Hex | 3 | 33 | 63 | 61 | 30 | 0 | 3D | D2 | 5E | 14 |
| Octal | 3 | 63 | 143 | 141 | 60 | 0 | 75 | 322 | 136 | 24 |
| Binary | 11 | 110011 | 1100011 | 1100001 | 110000 | 0 | 111101 | 11010010 | 1011110 | 10100 |
Color Harmonies of #033363
Complementary color
Monochromatic Colors of #033363
Black with #033363
Text Example
Text Example
White with #033363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033363; }
p { color: rgb(3,51,99); }
H1.HeaderClassName
{
color: #033363;
}
.AnyTagClassName
{
color: #033363;
}
</style>
background-color css
<style>
a { background-color: #033363; }
a { background-color: rgb(3,51,99); }
div.DivClassName
{
background-color: #033363;
}
.BgClassName
{
background-color: #033363;
}
</style>
border-color css
<style>
span { border-color: #033363; }
span { border-color: rgb(3,51,99); }
td.TdClassName
{
border-color: #033363;
}
.TagClassName
{
border-color: #033363;
}
</style>