Shades of Prussian Blue #033853
Tints of Prussian Blue #033853
RGB
CMYK
RGB Variations
Color information
#033853 (or 0x033853) is known color: Prussian Blue. HEX triplet: 03, 38 and 53. RGB value is (3,56,83). Sum of RGB (Red+Green+Blue) = 3+56+83=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #033853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033853 is #FCC7AC. Grayscale: #2B2B2B. Windows color (decimal): -16566189 or 5453827. OLE color: 5453827.
HSL color Cylindrical-coordinate representation of color #033853: hue angle of 200.25º 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 #033853 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 56 | 83 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.67 |
| HSL | 200.25º | 0.93% | 0.17% | - |
| HSV(B) | 200.25º | 0.96% | 0.33% | - |
| XYZ | 3.01 | 3.47 | 8.7 | - |
| YUV | 43.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 83 | 0.96 | 0.33 | 0 | 0.67 | 200.25 | 0.93 | 0.17 |
| Hex | 3 | 38 | 53 | 60 | 21 | 0 | 43 | C8 | 5D | 11 |
| Octal | 3 | 70 | 123 | 140 | 41 | 0 | 103 | 310 | 135 | 21 |
| Binary | 11 | 111000 | 1010011 | 1100000 | 100001 | 0 | 1000011 | 11001000 | 1011101 | 10001 |
Color Harmonies of #033853
Complementary color
Monochromatic Colors of #033853
Black with #033853
Text Example
Text Example
White with #033853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033853; }
p { color: rgb(3,56,83); }
H1.HeaderClassName
{
color: #033853;
}
.AnyTagClassName
{
color: #033853;
}
</style>
background-color css
<style>
a { background-color: #033853; }
a { background-color: rgb(3,56,83); }
div.DivClassName
{
background-color: #033853;
}
.BgClassName
{
background-color: #033853;
}
</style>
border-color css
<style>
span { border-color: #033853; }
span { border-color: rgb(3,56,83); }
td.TdClassName
{
border-color: #033853;
}
.TagClassName
{
border-color: #033853;
}
</style>