Shades of Prussian Blue #033851
Tints of Prussian Blue #033851
RGB
CMYK
RGB Variations
Color information
#033851 (or 0x033851) is known color: Prussian Blue. HEX triplet: 03, 38 and 51. RGB value is (3,56,81). Sum of RGB (Red+Green+Blue) = 3+56+81=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #033851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033851 is #FCC7AE. Grayscale: #2A2A2A. Windows color (decimal): -16566191 or 5322755. OLE color: 5322755.
HSL color Cylindrical-coordinate representation of color #033851: hue angle of 199.23º 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 #033851 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 56 | 81 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.68 |
| HSL | 199.23º | 0.93% | 0.16% | - |
| HSV(B) | 199.23º | 0.96% | 0.32% | - |
| XYZ | 2.94 | 3.44 | 8.29 | - |
| YUV | 43 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 81 | 0.96 | 0.31 | 0 | 0.68 | 199.23 | 0.93 | 0.16 |
| Hex | 3 | 38 | 51 | 60 | 1F | 0 | 44 | C7 | 5D | 10 |
| Octal | 3 | 70 | 121 | 140 | 37 | 0 | 104 | 307 | 135 | 20 |
| Binary | 11 | 111000 | 1010001 | 1100000 | 11111 | 0 | 1000100 | 11000111 | 1011101 | 10000 |
Color Harmonies of #033851
Complementary color
Monochromatic Colors of #033851
Black with #033851
Text Example
Text Example
White with #033851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033851; }
p { color: rgb(3,56,81); }
H1.HeaderClassName
{
color: #033851;
}
.AnyTagClassName
{
color: #033851;
}
</style>
background-color css
<style>
a { background-color: #033851; }
a { background-color: rgb(3,56,81); }
div.DivClassName
{
background-color: #033851;
}
.BgClassName
{
background-color: #033851;
}
</style>
border-color css
<style>
span { border-color: #033851; }
span { border-color: rgb(3,56,81); }
td.TdClassName
{
border-color: #033851;
}
.TagClassName
{
border-color: #033851;
}
</style>