Shades of Prussian Blue #033450
Tints of Prussian Blue #033450
RGB
CMYK
RGB Variations
Color information
#033450 (or 0x033450) is known color: Prussian Blue. HEX triplet: 03, 34 and 50. RGB value is (3,52,80). Sum of RGB (Red+Green+Blue) = 3+52+80=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #033450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033450 is #FCCBAF. Grayscale: #282828. Windows color (decimal): -16567216 or 5256195. OLE color: 5256195.
HSL color Cylindrical-coordinate representation of color #033450: hue angle of 201.82º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033450 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 52 | 80 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.69 |
| HSL | 201.82º | 0.93% | 0.16% | - |
| HSV(B) | 201.82º | 0.96% | 0.31% | - |
| XYZ | 2.71 | 3.05 | 8.04 | - |
| YUV | 40.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 80 | 0.96 | 0.35 | 0 | 0.69 | 201.82 | 0.93 | 0.16 |
| Hex | 3 | 34 | 50 | 60 | 23 | 0 | 45 | CA | 5D | 10 |
| Octal | 3 | 64 | 120 | 140 | 43 | 0 | 105 | 312 | 135 | 20 |
| Binary | 11 | 110100 | 1010000 | 1100000 | 100011 | 0 | 1000101 | 11001010 | 1011101 | 10000 |
Color Harmonies of #033450
Complementary color
Monochromatic Colors of #033450
Black with #033450
Text Example
Text Example
White with #033450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033450; }
p { color: rgb(3,52,80); }
H1.HeaderClassName
{
color: #033450;
}
.AnyTagClassName
{
color: #033450;
}
</style>
background-color css
<style>
a { background-color: #033450; }
a { background-color: rgb(3,52,80); }
div.DivClassName
{
background-color: #033450;
}
.BgClassName
{
background-color: #033450;
}
</style>
border-color css
<style>
span { border-color: #033450; }
span { border-color: rgb(3,52,80); }
td.TdClassName
{
border-color: #033450;
}
.TagClassName
{
border-color: #033450;
}
</style>