Shades of Prussian Blue #00395C
Tints of Prussian Blue #00395C
RGB
CMYK
RGB Variations
Color information
#00395C (or 0x00395C) is known color: Prussian Blue. HEX triplet: 00, 39 and 5C. RGB value is (0,57,92). Sum of RGB (Red+Green+Blue) = 0+57+92=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #00395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00395C is #FFC6A3. Grayscale: #2B2B2B. Windows color (decimal): -16762532 or 6043904. OLE color: 6043904.
HSL color Cylindrical-coordinate representation of color #00395C: hue angle of 202.83º 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 #00395C is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 57 | 92 | - |
| CMYK | 1 | 0.38 | 0 | 0.64 |
| HSL | 202.83º | 1% | 0.18% | - |
| HSV(B) | 202.83º | 1% | 0.36% | - |
| XYZ | 3.39 | 3.7 | 10.66 | - |
| YUV | 43.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 92 | 1 | 0.38 | 0 | 0.64 | 202.83 | 1 | 0.18 |
| Hex | 0 | 39 | 5C | 64 | 26 | 0 | 40 | CB | 64 | 12 |
| Octal | 0 | 71 | 134 | 144 | 46 | 0 | 100 | 313 | 144 | 22 |
| Binary | 0 | 111001 | 1011100 | 1100100 | 100110 | 0 | 1000000 | 11001011 | 1100100 | 10010 |
Color Harmonies of #00395C
Complementary color
Monochromatic Colors of #00395C
Black with #00395C
Text Example
Text Example
White with #00395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00395C; }
p { color: rgb(0,57,92); }
H1.HeaderClassName
{
color: #00395C;
}
.AnyTagClassName
{
color: #00395C;
}
</style>
background-color css
<style>
a { background-color: #00395C; }
a { background-color: rgb(0,57,92); }
div.DivClassName
{
background-color: #00395C;
}
.BgClassName
{
background-color: #00395C;
}
</style>
border-color css
<style>
span { border-color: #00395C; }
span { border-color: rgb(0,57,92); }
td.TdClassName
{
border-color: #00395C;
}
.TagClassName
{
border-color: #00395C;
}
</style>