Shades of Prussian Blue #00395B
Tints of Prussian Blue #00395B
RGB
CMYK
RGB Variations
Color information
#00395B (or 0x00395B) is known color: Prussian Blue. HEX triplet: 00, 39 and 5B. RGB value is (0,57,91). Sum of RGB (Red+Green+Blue) = 0+57+91=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #00395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00395B is #FFC6A4. Grayscale: #2B2B2B. Windows color (decimal): -16762533 or 5978368. OLE color: 5978368.
HSL color Cylindrical-coordinate representation of color #00395B: hue angle of 202.42º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00395B is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 57 | 91 | - |
| CMYK | 1 | 0.37 | 0 | 0.64 |
| HSL | 202.42º | 1% | 0.18% | - |
| HSV(B) | 202.42º | 1% | 0.36% | - |
| XYZ | 3.35 | 3.68 | 10.43 | - |
| YUV | 43.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 91 | 1 | 0.37 | 0 | 0.64 | 202.42 | 1 | 0.18 |
| Hex | 0 | 39 | 5B | 64 | 25 | 0 | 40 | CA | 64 | 12 |
| Octal | 0 | 71 | 133 | 144 | 45 | 0 | 100 | 312 | 144 | 22 |
| Binary | 0 | 111001 | 1011011 | 1100100 | 100101 | 0 | 1000000 | 11001010 | 1100100 | 10010 |
Color Harmonies of #00395B
Complementary color
Monochromatic Colors of #00395B
Black with #00395B
Text Example
Text Example
White with #00395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00395B; }
p { color: rgb(0,57,91); }
H1.HeaderClassName
{
color: #00395B;
}
.AnyTagClassName
{
color: #00395B;
}
</style>
background-color css
<style>
a { background-color: #00395B; }
a { background-color: rgb(0,57,91); }
div.DivClassName
{
background-color: #00395B;
}
.BgClassName
{
background-color: #00395B;
}
</style>
border-color css
<style>
span { border-color: #00395B; }
span { border-color: rgb(0,57,91); }
td.TdClassName
{
border-color: #00395B;
}
.TagClassName
{
border-color: #00395B;
}
</style>