Shades of Prussian Blue #033151
Tints of Prussian Blue #033151
RGB
CMYK
RGB Variations
Color information
#033151 (or 0x033151) is known color: Prussian Blue. HEX triplet: 03, 31 and 51. RGB value is (3,49,81). Sum of RGB (Red+Green+Blue) = 3+49+81=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #033151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033151 is #FCCEAE. Grayscale: #262626. Windows color (decimal): -16567983 or 5320963. OLE color: 5320963.
HSL color Cylindrical-coordinate representation of color #033151: hue angle of 204.62º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033151 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 49 | 81 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.68 |
| HSL | 204.62º | 0.93% | 0.16% | - |
| HSV(B) | 204.62º | 0.96% | 0.32% | - |
| XYZ | 2.62 | 2.81 | 8.19 | - |
| YUV | 38.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 81 | 0.96 | 0.40 | 0 | 0.68 | 204.62 | 0.93 | 0.16 |
| Hex | 3 | 31 | 51 | 60 | 28 | 0 | 44 | CD | 5D | 10 |
| Octal | 3 | 61 | 121 | 140 | 50 | 0 | 104 | 315 | 135 | 20 |
| Binary | 11 | 110001 | 1010001 | 1100000 | 101000 | 0 | 1000100 | 11001101 | 1011101 | 10000 |
Color Harmonies of #033151
Complementary color
Monochromatic Colors of #033151
Black with #033151
Text Example
Text Example
White with #033151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033151; }
p { color: rgb(3,49,81); }
H1.HeaderClassName
{
color: #033151;
}
.AnyTagClassName
{
color: #033151;
}
</style>
background-color css
<style>
a { background-color: #033151; }
a { background-color: rgb(3,49,81); }
div.DivClassName
{
background-color: #033151;
}
.BgClassName
{
background-color: #033151;
}
</style>
border-color css
<style>
span { border-color: #033151; }
span { border-color: rgb(3,49,81); }
td.TdClassName
{
border-color: #033151;
}
.TagClassName
{
border-color: #033151;
}
</style>