Shades of Prussian Blue #003854
Tints of Prussian Blue #003854
RGB
CMYK
RGB Variations
Color information
#003854 (or 0x003854) is known color: Prussian Blue. HEX triplet: 00, 38 and 54. RGB value is (0,56,84). Sum of RGB (Red+Green+Blue) = 0+56+84=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #003854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003854 is #FFC7AB. Grayscale: #2A2A2A. Windows color (decimal): -16762796 or 5519360. OLE color: 5519360.
HSL color Cylindrical-coordinate representation of color #003854: hue angle of 200º 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 #003854 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 56 | 84 | - |
| CMYK | 1 | 0.33 | 0 | 0.67 |
| HSL | 200º | 1% | 0.16% | - |
| HSV(B) | 200º | 1% | 0.33% | - |
| XYZ | 3.01 | 3.47 | 8.9 | - |
| YUV | 42.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 84 | 1 | 0.33 | 0 | 0.67 | 200 | 1 | 0.16 |
| Hex | 0 | 38 | 54 | 64 | 21 | 0 | 43 | C8 | 64 | 10 |
| Octal | 0 | 70 | 124 | 144 | 41 | 0 | 103 | 310 | 144 | 20 |
| Binary | 0 | 111000 | 1010100 | 1100100 | 100001 | 0 | 1000011 | 11001000 | 1100100 | 10000 |
Color Harmonies of #003854
Complementary color
Monochromatic Colors of #003854
Black with #003854
Text Example
Text Example
White with #003854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003854; }
p { color: rgb(0,56,84); }
H1.HeaderClassName
{
color: #003854;
}
.AnyTagClassName
{
color: #003854;
}
</style>
background-color css
<style>
a { background-color: #003854; }
a { background-color: rgb(0,56,84); }
div.DivClassName
{
background-color: #003854;
}
.BgClassName
{
background-color: #003854;
}
</style>
border-color css
<style>
span { border-color: #003854; }
span { border-color: rgb(0,56,84); }
td.TdClassName
{
border-color: #003854;
}
.TagClassName
{
border-color: #003854;
}
</style>