Shades of Prussian Blue #003651
Tints of Prussian Blue #003651
RGB
CMYK
RGB Variations
Color information
#003651 (or 0x003651) is known color: Prussian Blue. HEX triplet: 00, 36 and 51. RGB value is (0,54,81). Sum of RGB (Red+Green+Blue) = 0+54+81=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #003651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003651 is #FFC9AE. Grayscale: #282828. Windows color (decimal): -16763311 or 5322240. OLE color: 5322240.
HSL color Cylindrical-coordinate representation of color #003651: hue angle of 200º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003651 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 54 | 81 | - |
| CMYK | 1 | 0.33 | 0 | 0.68 |
| HSL | 200º | 1% | 0.16% | - |
| HSV(B) | 200º | 1% | 0.32% | - |
| XYZ | 2.8 | 3.23 | 8.26 | - |
| YUV | 40.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 81 | 1 | 0.33 | 0 | 0.68 | 200 | 1 | 0.16 |
| Hex | 0 | 36 | 51 | 64 | 21 | 0 | 44 | C8 | 64 | 10 |
| Octal | 0 | 66 | 121 | 144 | 41 | 0 | 104 | 310 | 144 | 20 |
| Binary | 0 | 110110 | 1010001 | 1100100 | 100001 | 0 | 1000100 | 11001000 | 1100100 | 10000 |
Color Harmonies of #003651
Complementary color
Monochromatic Colors of #003651
Black with #003651
Text Example
Text Example
White with #003651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003651; }
p { color: rgb(0,54,81); }
H1.HeaderClassName
{
color: #003651;
}
.AnyTagClassName
{
color: #003651;
}
</style>
background-color css
<style>
a { background-color: #003651; }
a { background-color: rgb(0,54,81); }
div.DivClassName
{
background-color: #003651;
}
.BgClassName
{
background-color: #003651;
}
</style>
border-color css
<style>
span { border-color: #003651; }
span { border-color: rgb(0,54,81); }
td.TdClassName
{
border-color: #003651;
}
.TagClassName
{
border-color: #003651;
}
</style>