Shades of Prussian Blue #003354
Tints of Prussian Blue #003354
RGB
CMYK
RGB Variations
Color information
#003354 (or 0x003354) is known color: Prussian Blue. HEX triplet: 00, 33 and 54. RGB value is (0,51,84). Sum of RGB (Red+Green+Blue) = 0+51+84=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #003354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003354 is #FFCCAB. Grayscale: #272727. Windows color (decimal): -16764076 or 5518080. OLE color: 5518080.
HSL color Cylindrical-coordinate representation of color #003354: hue angle of 203.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003354 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 51 | 84 | - |
| CMYK | 1 | 0.39 | 0 | 0.67 |
| HSL | 203.57º | 1% | 0.16% | - |
| HSV(B) | 203.57º | 1% | 0.33% | - |
| XYZ | 2.78 | 3.01 | 8.82 | - |
| YUV | 39.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 84 | 1 | 0.39 | 0 | 0.67 | 203.57 | 1 | 0.16 |
| Hex | 0 | 33 | 54 | 64 | 27 | 0 | 43 | CC | 64 | 10 |
| Octal | 0 | 63 | 124 | 144 | 47 | 0 | 103 | 314 | 144 | 20 |
| Binary | 0 | 110011 | 1010100 | 1100100 | 100111 | 0 | 1000011 | 11001100 | 1100100 | 10000 |
Color Harmonies of #003354
Complementary color
Monochromatic Colors of #003354
Black with #003354
Text Example
Text Example
White with #003354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003354; }
p { color: rgb(0,51,84); }
H1.HeaderClassName
{
color: #003354;
}
.AnyTagClassName
{
color: #003354;
}
</style>
background-color css
<style>
a { background-color: #003354; }
a { background-color: rgb(0,51,84); }
div.DivClassName
{
background-color: #003354;
}
.BgClassName
{
background-color: #003354;
}
</style>
border-color css
<style>
span { border-color: #003354; }
span { border-color: rgb(0,51,84); }
td.TdClassName
{
border-color: #003354;
}
.TagClassName
{
border-color: #003354;
}
</style>