Shades of Prussian Blue #04305E
Tints of Prussian Blue #04305E
RGB
CMYK
RGB Variations
Color information
#04305E (or 0x04305E) is known color: Prussian Blue. HEX triplet: 04, 30 and 5E. RGB value is (4,48,94). Sum of RGB (Red+Green+Blue) = 4+48+94=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #04305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04305E is #FBCFA1. Grayscale: #272727. Windows color (decimal): -16502690 or 6172676. OLE color: 6172676.
HSL color Cylindrical-coordinate representation of color #04305E: hue angle of 210.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 #04305E is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 48 | 94 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.63 |
| HSL | 210.67º | 0.92% | 0.19% | - |
| HSV(B) | 210.67º | 0.96% | 0.37% | - |
| XYZ | 3.13 | 2.95 | 10.99 | - |
| YUV | 40.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 94 | 0.96 | 0.49 | 0 | 0.63 | 210.67 | 0.92 | 0.19 |
| Hex | 4 | 30 | 5E | 60 | 31 | 0 | 3F | D3 | 5C | 13 |
| Octal | 4 | 60 | 136 | 140 | 61 | 0 | 77 | 323 | 134 | 23 |
| Binary | 100 | 110000 | 1011110 | 1100000 | 110001 | 0 | 111111 | 11010011 | 1011100 | 10011 |
Color Harmonies of #04305E
Complementary color
Monochromatic Colors of #04305E
Black with #04305E
Text Example
Text Example
White with #04305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04305E; }
p { color: rgb(4,48,94); }
H1.HeaderClassName
{
color: #04305E;
}
.AnyTagClassName
{
color: #04305E;
}
</style>
background-color css
<style>
a { background-color: #04305E; }
a { background-color: rgb(4,48,94); }
div.DivClassName
{
background-color: #04305E;
}
.BgClassName
{
background-color: #04305E;
}
</style>
border-color css
<style>
span { border-color: #04305E; }
span { border-color: rgb(4,48,94); }
td.TdClassName
{
border-color: #04305E;
}
.TagClassName
{
border-color: #04305E;
}
</style>