Shades of Prussian Blue #033654
Tints of Prussian Blue #033654
RGB
CMYK
RGB Variations
Color information
#033654 (or 0x033654) is known color: Prussian Blue. HEX triplet: 03, 36 and 54. RGB value is (3,54,84). Sum of RGB (Red+Green+Blue) = 3+54+84=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #033654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033654 is #FCC9AB. Grayscale: #2A2A2A. Windows color (decimal): -16566700 or 5518851. OLE color: 5518851.
HSL color Cylindrical-coordinate representation of color #033654: hue angle of 202.22º 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 #033654 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 54 | 84 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.67 |
| HSL | 202.22º | 0.93% | 0.17% | - |
| HSV(B) | 202.22º | 0.96% | 0.33% | - |
| XYZ | 2.96 | 3.3 | 8.87 | - |
| YUV | 42.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 84 | 0.96 | 0.36 | 0 | 0.67 | 202.22 | 0.93 | 0.17 |
| Hex | 3 | 36 | 54 | 60 | 24 | 0 | 43 | CA | 5D | 11 |
| Octal | 3 | 66 | 124 | 140 | 44 | 0 | 103 | 312 | 135 | 21 |
| Binary | 11 | 110110 | 1010100 | 1100000 | 100100 | 0 | 1000011 | 11001010 | 1011101 | 10001 |
Color Harmonies of #033654
Complementary color
Monochromatic Colors of #033654
Black with #033654
Text Example
Text Example
White with #033654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033654; }
p { color: rgb(3,54,84); }
H1.HeaderClassName
{
color: #033654;
}
.AnyTagClassName
{
color: #033654;
}
</style>
background-color css
<style>
a { background-color: #033654; }
a { background-color: rgb(3,54,84); }
div.DivClassName
{
background-color: #033654;
}
.BgClassName
{
background-color: #033654;
}
</style>
border-color css
<style>
span { border-color: #033654; }
span { border-color: rgb(3,54,84); }
td.TdClassName
{
border-color: #033654;
}
.TagClassName
{
border-color: #033654;
}
</style>