Shades of Prussian Blue #04395C
Tints of Prussian Blue #04395C
RGB
CMYK
RGB Variations
Color information
#04395C (or 0x04395C) is known color: Prussian Blue. HEX triplet: 04, 39 and 5C. RGB value is (4,57,92). Sum of RGB (Red+Green+Blue) = 4+57+92=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #04395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04395C is #FBC6A3. Grayscale: #2C2C2C. Windows color (decimal): -16500388 or 6043908. OLE color: 6043908.
HSL color Cylindrical-coordinate representation of color #04395C: hue angle of 203.86º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04395C is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 57 | 92 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.64 |
| HSL | 203.86º | 0.92% | 0.19% | - |
| HSV(B) | 203.86º | 0.96% | 0.36% | - |
| XYZ | 3.44 | 3.72 | 10.66 | - |
| YUV | 45.14 | 154.44 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 57 | 92 | 0.96 | 0.38 | 0 | 0.64 | 203.86 | 0.92 | 0.19 |
| Hex | 4 | 39 | 5C | 60 | 26 | 0 | 40 | CC | 5C | 13 |
| Octal | 4 | 71 | 134 | 140 | 46 | 0 | 100 | 314 | 134 | 23 |
| Binary | 100 | 111001 | 1011100 | 1100000 | 100110 | 0 | 1000000 | 11001100 | 1011100 | 10011 |
Color Harmonies of #04395C
Complementary color
Monochromatic Colors of #04395C
Black with #04395C
Text Example
Text Example
White with #04395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04395C; }
p { color: rgb(4,57,92); }
H1.HeaderClassName
{
color: #04395C;
}
.AnyTagClassName
{
color: #04395C;
}
</style>
background-color css
<style>
a { background-color: #04395C; }
a { background-color: rgb(4,57,92); }
div.DivClassName
{
background-color: #04395C;
}
.BgClassName
{
background-color: #04395C;
}
</style>
border-color css
<style>
span { border-color: #04395C; }
span { border-color: rgb(4,57,92); }
td.TdClassName
{
border-color: #04395C;
}
.TagClassName
{
border-color: #04395C;
}
</style>