Shades of Prussian Blue #003659
Tints of Prussian Blue #003659
RGB
CMYK
RGB Variations
Color information
#003659 (or 0x003659) is known color: Prussian Blue. HEX triplet: 00, 36 and 59. RGB value is (0,54,89). Sum of RGB (Red+Green+Blue) = 0+54+89=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #003659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003659 is #FFC9A6. Grayscale: #292929. Windows color (decimal): -16763303 or 5846528. OLE color: 5846528.
HSL color Cylindrical-coordinate representation of color #003659: hue angle of 203.6º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003659 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 54 | 89 | - |
| CMYK | 1 | 0.39 | 0 | 0.65 |
| HSL | 203.6º | 1% | 0.17% | - |
| HSV(B) | 203.6º | 1% | 0.35% | - |
| XYZ | 3.12 | 3.36 | 9.94 | - |
| YUV | 41.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 89 | 1 | 0.39 | 0 | 0.65 | 203.6 | 1 | 0.17 |
| Hex | 0 | 36 | 59 | 64 | 27 | 0 | 41 | CC | 64 | 11 |
| Octal | 0 | 66 | 131 | 144 | 47 | 0 | 101 | 314 | 144 | 21 |
| Binary | 0 | 110110 | 1011001 | 1100100 | 100111 | 0 | 1000001 | 11001100 | 1100100 | 10001 |
Color Harmonies of #003659
Complementary color
Monochromatic Colors of #003659
Black with #003659
Text Example
Text Example
White with #003659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003659; }
p { color: rgb(0,54,89); }
H1.HeaderClassName
{
color: #003659;
}
.AnyTagClassName
{
color: #003659;
}
</style>
background-color css
<style>
a { background-color: #003659; }
a { background-color: rgb(0,54,89); }
div.DivClassName
{
background-color: #003659;
}
.BgClassName
{
background-color: #003659;
}
</style>
border-color css
<style>
span { border-color: #003659; }
span { border-color: rgb(0,54,89); }
td.TdClassName
{
border-color: #003659;
}
.TagClassName
{
border-color: #003659;
}
</style>