Shades of Prussian Blue #033754
Tints of Prussian Blue #033754
RGB
CMYK
RGB Variations
Color information
#033754 (or 0x033754) is known color: Prussian Blue. HEX triplet: 03, 37 and 54. RGB value is (3,55,84). Sum of RGB (Red+Green+Blue) = 3+55+84=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #033754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033754 is #FCC8AB. Grayscale: #2A2A2A. Windows color (decimal): -16566444 or 5519107. OLE color: 5519107.
HSL color Cylindrical-coordinate representation of color #033754: hue angle of 201.48º 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 #033754 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 55 | 84 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.67 |
| HSL | 201.48º | 0.93% | 0.17% | - |
| HSV(B) | 201.48º | 0.96% | 0.33% | - |
| XYZ | 3 | 3.39 | 8.88 | - |
| YUV | 42.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 84 | 0.96 | 0.35 | 0 | 0.67 | 201.48 | 0.93 | 0.17 |
| Hex | 3 | 37 | 54 | 60 | 23 | 0 | 43 | C9 | 5D | 11 |
| Octal | 3 | 67 | 124 | 140 | 43 | 0 | 103 | 311 | 135 | 21 |
| Binary | 11 | 110111 | 1010100 | 1100000 | 100011 | 0 | 1000011 | 11001001 | 1011101 | 10001 |
Color Harmonies of #033754
Complementary color
Monochromatic Colors of #033754
Black with #033754
Text Example
Text Example
White with #033754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033754; }
p { color: rgb(3,55,84); }
H1.HeaderClassName
{
color: #033754;
}
.AnyTagClassName
{
color: #033754;
}
</style>
background-color css
<style>
a { background-color: #033754; }
a { background-color: rgb(3,55,84); }
div.DivClassName
{
background-color: #033754;
}
.BgClassName
{
background-color: #033754;
}
</style>
border-color css
<style>
span { border-color: #033754; }
span { border-color: rgb(3,55,84); }
td.TdClassName
{
border-color: #033754;
}
.TagClassName
{
border-color: #033754;
}
</style>