Shades of Prussian Blue #033053
Tints of Prussian Blue #033053
RGB
CMYK
RGB Variations
Color information
#033053 (or 0x033053) is known color: Prussian Blue. HEX triplet: 03, 30 and 53. RGB value is (3,48,83). Sum of RGB (Red+Green+Blue) = 3+48+83=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #033053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033053 is #FCCFAC. Grayscale: #262626. Windows color (decimal): -16568237 or 5451779. OLE color: 5451779.
HSL color Cylindrical-coordinate representation of color #033053: hue angle of 206.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 #033053 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 48 | 83 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.67 |
| HSL | 206.25º | 0.93% | 0.17% | - |
| HSV(B) | 206.25º | 0.96% | 0.33% | - |
| XYZ | 2.66 | 2.76 | 8.58 | - |
| YUV | 38.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 83 | 0.96 | 0.42 | 0 | 0.67 | 206.25 | 0.93 | 0.17 |
| Hex | 3 | 30 | 53 | 60 | 2A | 0 | 43 | CE | 5D | 11 |
| Octal | 3 | 60 | 123 | 140 | 52 | 0 | 103 | 316 | 135 | 21 |
| Binary | 11 | 110000 | 1010011 | 1100000 | 101010 | 0 | 1000011 | 11001110 | 1011101 | 10001 |
Color Harmonies of #033053
Complementary color
Monochromatic Colors of #033053
Black with #033053
Text Example
Text Example
White with #033053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033053; }
p { color: rgb(3,48,83); }
H1.HeaderClassName
{
color: #033053;
}
.AnyTagClassName
{
color: #033053;
}
</style>
background-color css
<style>
a { background-color: #033053; }
a { background-color: rgb(3,48,83); }
div.DivClassName
{
background-color: #033053;
}
.BgClassName
{
background-color: #033053;
}
</style>
border-color css
<style>
span { border-color: #033053; }
span { border-color: rgb(3,48,83); }
td.TdClassName
{
border-color: #033053;
}
.TagClassName
{
border-color: #033053;
}
</style>