Shades of Prussian Blue #033350
Tints of Prussian Blue #033350
RGB
CMYK
RGB Variations
Color information
#033350 (or 0x033350) is known color: Prussian Blue. HEX triplet: 03, 33 and 50. RGB value is (3,51,80). Sum of RGB (Red+Green+Blue) = 3+51+80=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #033350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033350 is #FCCCAF. Grayscale: #272727. Windows color (decimal): -16567472 or 5255939. OLE color: 5255939.
HSL color Cylindrical-coordinate representation of color #033350: hue angle of 202.6º 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 #033350 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 51 | 80 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.69 |
| HSL | 202.6º | 0.93% | 0.16% | - |
| HSV(B) | 202.6º | 0.96% | 0.31% | - |
| XYZ | 2.67 | 2.97 | 8.02 | - |
| YUV | 39.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 80 | 0.96 | 0.36 | 0 | 0.69 | 202.6 | 0.93 | 0.16 |
| Hex | 3 | 33 | 50 | 60 | 24 | 0 | 45 | CB | 5D | 10 |
| Octal | 3 | 63 | 120 | 140 | 44 | 0 | 105 | 313 | 135 | 20 |
| Binary | 11 | 110011 | 1010000 | 1100000 | 100100 | 0 | 1000101 | 11001011 | 1011101 | 10000 |
Color Harmonies of #033350
Complementary color
Monochromatic Colors of #033350
Black with #033350
Text Example
Text Example
White with #033350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033350; }
p { color: rgb(3,51,80); }
H1.HeaderClassName
{
color: #033350;
}
.AnyTagClassName
{
color: #033350;
}
</style>
background-color css
<style>
a { background-color: #033350; }
a { background-color: rgb(3,51,80); }
div.DivClassName
{
background-color: #033350;
}
.BgClassName
{
background-color: #033350;
}
</style>
border-color css
<style>
span { border-color: #033350; }
span { border-color: rgb(3,51,80); }
td.TdClassName
{
border-color: #033350;
}
.TagClassName
{
border-color: #033350;
}
</style>