Shades of Prussian Blue #00395F
Tints of Prussian Blue #00395F
RGB
CMYK
RGB Variations
Color information
#00395F (or 0x00395F) is known color: Prussian Blue. HEX triplet: 00, 39 and 5F. RGB value is (0,57,95). Sum of RGB (Red+Green+Blue) = 0+57+95=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #00395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00395F is #FFC6A0. Grayscale: #2C2C2C. Windows color (decimal): -16762529 or 6240512. OLE color: 6240512.
HSL color Cylindrical-coordinate representation of color #00395F: hue angle of 204º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00395F is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 57 | 95 | - |
| CMYK | 1 | 0.40 | 0 | 0.63 |
| HSL | 204º | 1% | 0.19% | - |
| HSV(B) | 204º | 1% | 0.37% | - |
| XYZ | 3.53 | 3.75 | 11.36 | - |
| YUV | 44.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 95 | 1 | 0.40 | 0 | 0.63 | 204 | 1 | 0.19 |
| Hex | 0 | 39 | 5F | 64 | 28 | 0 | 3F | CC | 64 | 13 |
| Octal | 0 | 71 | 137 | 144 | 50 | 0 | 77 | 314 | 144 | 23 |
| Binary | 0 | 111001 | 1011111 | 1100100 | 101000 | 0 | 111111 | 11001100 | 1100100 | 10011 |
Color Harmonies of #00395F
Complementary color
Monochromatic Colors of #00395F
Black with #00395F
Text Example
Text Example
White with #00395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00395F; }
p { color: rgb(0,57,95); }
H1.HeaderClassName
{
color: #00395F;
}
.AnyTagClassName
{
color: #00395F;
}
</style>
background-color css
<style>
a { background-color: #00395F; }
a { background-color: rgb(0,57,95); }
div.DivClassName
{
background-color: #00395F;
}
.BgClassName
{
background-color: #00395F;
}
</style>
border-color css
<style>
span { border-color: #00395F; }
span { border-color: rgb(0,57,95); }
td.TdClassName
{
border-color: #00395F;
}
.TagClassName
{
border-color: #00395F;
}
</style>