Shades of Prussian Blue #00396D
Tints of Prussian Blue #00396D
RGB
CMYK
RGB Variations
Color information
#00396D (or 0x00396D) is known color: Prussian Blue. HEX triplet: 00, 39 and 6D. RGB value is (0,57,109). Sum of RGB (Red+Green+Blue) = 0+57+109=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #00396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00396D is #FFC692. Grayscale: #2D2D2D. Windows color (decimal): -16762515 or 7158016. OLE color: 7158016.
HSL color Cylindrical-coordinate representation of color #00396D: hue angle of 208.62º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00396D is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 57 | 109 | - |
| CMYK | 1 | 0.48 | 0 | 0.57 |
| HSL | 208.62º | 1% | 0.21% | - |
| HSV(B) | 208.62º | 1% | 0.43% | - |
| XYZ | 4.22 | 4.03 | 15.02 | - |
| YUV | 45.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 109 | 1 | 0.48 | 0 | 0.57 | 208.62 | 1 | 0.21 |
| Hex | 0 | 39 | 6D | 64 | 30 | 0 | 39 | D1 | 64 | 15 |
| Octal | 0 | 71 | 155 | 144 | 60 | 0 | 71 | 321 | 144 | 25 |
| Binary | 0 | 111001 | 1101101 | 1100100 | 110000 | 0 | 111001 | 11010001 | 1100100 | 10101 |
Color Harmonies of #00396D
Complementary color
Monochromatic Colors of #00396D
Black with #00396D
Text Example
Text Example
White with #00396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00396D; }
p { color: rgb(0,57,109); }
H1.HeaderClassName
{
color: #00396D;
}
.AnyTagClassName
{
color: #00396D;
}
</style>
background-color css
<style>
a { background-color: #00396D; }
a { background-color: rgb(0,57,109); }
div.DivClassName
{
background-color: #00396D;
}
.BgClassName
{
background-color: #00396D;
}
</style>
border-color css
<style>
span { border-color: #00396D; }
span { border-color: rgb(0,57,109); }
td.TdClassName
{
border-color: #00396D;
}
.TagClassName
{
border-color: #00396D;
}
</style>