Shades of Prussian Blue #04395E
Tints of Prussian Blue #04395E
RGB
CMYK
RGB Variations
Color information
#04395E (or 0x04395E) is known color: Prussian Blue. HEX triplet: 04, 39 and 5E. RGB value is (4,57,94). Sum of RGB (Red+Green+Blue) = 4+57+94=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #04395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04395E is #FBC6A1. Grayscale: #2D2D2D. Windows color (decimal): -16500386 or 6174980. OLE color: 6174980.
HSL color Cylindrical-coordinate representation of color #04395E: hue angle of 204.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04395E is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 57 | 94 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.63 |
| HSL | 204.67º | 0.92% | 0.19% | - |
| HSV(B) | 204.67º | 0.96% | 0.37% | - |
| XYZ | 3.53 | 3.76 | 11.13 | - |
| YUV | 45.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 94 | 0.96 | 0.39 | 0 | 0.63 | 204.67 | 0.92 | 0.19 |
| Hex | 4 | 39 | 5E | 60 | 27 | 0 | 3F | CD | 5C | 13 |
| Octal | 4 | 71 | 136 | 140 | 47 | 0 | 77 | 315 | 134 | 23 |
| Binary | 100 | 111001 | 1011110 | 1100000 | 100111 | 0 | 111111 | 11001101 | 1011100 | 10011 |
Color Harmonies of #04395E
Complementary color
Monochromatic Colors of #04395E
Black with #04395E
Text Example
Text Example
White with #04395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04395E; }
p { color: rgb(4,57,94); }
H1.HeaderClassName
{
color: #04395E;
}
.AnyTagClassName
{
color: #04395E;
}
</style>
background-color css
<style>
a { background-color: #04395E; }
a { background-color: rgb(4,57,94); }
div.DivClassName
{
background-color: #04395E;
}
.BgClassName
{
background-color: #04395E;
}
</style>
border-color css
<style>
span { border-color: #04395E; }
span { border-color: rgb(4,57,94); }
td.TdClassName
{
border-color: #04395E;
}
.TagClassName
{
border-color: #04395E;
}
</style>