Shades of Prussian Blue #00396F
Tints of Prussian Blue #00396F
RGB
CMYK
RGB Variations
Color information
#00396F (or 0x00396F) is known color: Prussian Blue. HEX triplet: 00, 39 and 6F. RGB value is (0,57,111). Sum of RGB (Red+Green+Blue) = 0+57+111=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #00396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00396F is #FFC690. Grayscale: #2D2D2D. Windows color (decimal): -16762513 or 7289088. OLE color: 7289088.
HSL color Cylindrical-coordinate representation of color #00396F: hue angle of 209.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00396F is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 57 | 111 | - |
| CMYK | 1 | 0.49 | 0 | 0.56 |
| HSL | 209.19º | 1% | 0.22% | - |
| HSV(B) | 209.19º | 1% | 0.44% | - |
| XYZ | 4.33 | 4.07 | 15.6 | - |
| YUV | 46.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 111 | 1 | 0.49 | 0 | 0.56 | 209.19 | 1 | 0.22 |
| Hex | 0 | 39 | 6F | 64 | 31 | 0 | 38 | D1 | 64 | 16 |
| Octal | 0 | 71 | 157 | 144 | 61 | 0 | 70 | 321 | 144 | 26 |
| Binary | 0 | 111001 | 1101111 | 1100100 | 110001 | 0 | 111000 | 11010001 | 1100100 | 10110 |
Color Harmonies of #00396F
Complementary color
Monochromatic Colors of #00396F
Black with #00396F
Text Example
Text Example
White with #00396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00396F; }
p { color: rgb(0,57,111); }
H1.HeaderClassName
{
color: #00396F;
}
.AnyTagClassName
{
color: #00396F;
}
</style>
background-color css
<style>
a { background-color: #00396F; }
a { background-color: rgb(0,57,111); }
div.DivClassName
{
background-color: #00396F;
}
.BgClassName
{
background-color: #00396F;
}
</style>
border-color css
<style>
span { border-color: #00396F; }
span { border-color: rgb(0,57,111); }
td.TdClassName
{
border-color: #00396F;
}
.TagClassName
{
border-color: #00396F;
}
</style>