Shades of Prussian Blue #033155
Tints of Prussian Blue #033155
RGB
CMYK
RGB Variations
Color information
#033155 (or 0x033155) is known color: Prussian Blue. HEX triplet: 03, 31 and 55. RGB value is (3,49,85). Sum of RGB (Red+Green+Blue) = 3+49+85=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #033155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033155 is #FCCEAA. Grayscale: #272727. Windows color (decimal): -16567979 or 5583107. OLE color: 5583107.
HSL color Cylindrical-coordinate representation of color #033155: hue angle of 206.34º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033155 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 49 | 85 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.67 |
| HSL | 206.34º | 0.93% | 0.17% | - |
| HSV(B) | 206.34º | 0.96% | 0.33% | - |
| XYZ | 2.78 | 2.87 | 9 | - |
| YUV | 39.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 85 | 0.96 | 0.42 | 0 | 0.67 | 206.34 | 0.93 | 0.17 |
| Hex | 3 | 31 | 55 | 60 | 2A | 0 | 43 | CE | 5D | 11 |
| Octal | 3 | 61 | 125 | 140 | 52 | 0 | 103 | 316 | 135 | 21 |
| Binary | 11 | 110001 | 1010101 | 1100000 | 101010 | 0 | 1000011 | 11001110 | 1011101 | 10001 |
Color Harmonies of #033155
Complementary color
Monochromatic Colors of #033155
Black with #033155
Text Example
Text Example
White with #033155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033155; }
p { color: rgb(3,49,85); }
H1.HeaderClassName
{
color: #033155;
}
.AnyTagClassName
{
color: #033155;
}
</style>
background-color css
<style>
a { background-color: #033155; }
a { background-color: rgb(3,49,85); }
div.DivClassName
{
background-color: #033155;
}
.BgClassName
{
background-color: #033155;
}
</style>
border-color css
<style>
span { border-color: #033155; }
span { border-color: rgb(3,49,85); }
td.TdClassName
{
border-color: #033155;
}
.TagClassName
{
border-color: #033155;
}
</style>