Shades of Prussian Blue #003954
Tints of Prussian Blue #003954
RGB
CMYK
RGB Variations
Color information
#003954 (or 0x003954) is known color: Prussian Blue. HEX triplet: 00, 39 and 54. RGB value is (0,57,84). Sum of RGB (Red+Green+Blue) = 0+57+84=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 57 (22.66% from 255 or 40.43% 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 #003954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003954 is #FFC6AB. Grayscale: #2A2A2A. Windows color (decimal): -16762540 or 5519616. OLE color: 5519616.
HSL color Cylindrical-coordinate representation of color #003954: hue angle of 199.29º 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 #003954 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 57 | 84 | - |
| CMYK | 1 | 0.32 | 0 | 0.67 |
| HSL | 199.29º | 1% | 0.16% | - |
| HSV(B) | 199.29º | 1% | 0.33% | - |
| XYZ | 3.06 | 3.57 | 8.91 | - |
| YUV | 43.04 | 151.12 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 84 | 1 | 0.32 | 0 | 0.67 | 199.29 | 1 | 0.16 |
| Hex | 0 | 39 | 54 | 64 | 20 | 0 | 43 | C7 | 64 | 10 |
| Octal | 0 | 71 | 124 | 144 | 40 | 0 | 103 | 307 | 144 | 20 |
| Binary | 0 | 111001 | 1010100 | 1100100 | 100000 | 0 | 1000011 | 11000111 | 1100100 | 10000 |
Color Harmonies of #003954
Complementary color
Monochromatic Colors of #003954
Black with #003954
Text Example
Text Example
White with #003954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003954; }
p { color: rgb(0,57,84); }
H1.HeaderClassName
{
color: #003954;
}
.AnyTagClassName
{
color: #003954;
}
</style>
background-color css
<style>
a { background-color: #003954; }
a { background-color: rgb(0,57,84); }
div.DivClassName
{
background-color: #003954;
}
.BgClassName
{
background-color: #003954;
}
</style>
border-color css
<style>
span { border-color: #003954; }
span { border-color: rgb(0,57,84); }
td.TdClassName
{
border-color: #003954;
}
.TagClassName
{
border-color: #003954;
}
</style>