Shades of Prussian Blue #04316C
Tints of Prussian Blue #04316C
RGB
CMYK
RGB Variations
Color information
#04316C (or 0x04316C) is known color: Prussian Blue. HEX triplet: 04, 31 and 6C. RGB value is (4,49,108). Sum of RGB (Red+Green+Blue) = 4+49+108=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #04316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04316C is #FBCE93. Grayscale: #292929. Windows color (decimal): -16502420 or 7090436. OLE color: 7090436.
HSL color Cylindrical-coordinate representation of color #04316C: hue angle of 214.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04316C is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 49 | 108 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.58 |
| HSL | 214.04º | 0.93% | 0.22% | - |
| HSV(B) | 214.04º | 0.96% | 0.42% | - |
| XYZ | 3.86 | 3.31 | 14.62 | - |
| YUV | 42.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 108 | 0.96 | 0.55 | 0 | 0.58 | 214.04 | 0.93 | 0.22 |
| Hex | 4 | 31 | 6C | 60 | 37 | 0 | 3A | D6 | 5D | 16 |
| Octal | 4 | 61 | 154 | 140 | 67 | 0 | 72 | 326 | 135 | 26 |
| Binary | 100 | 110001 | 1101100 | 1100000 | 110111 | 0 | 111010 | 11010110 | 1011101 | 10110 |
Color Harmonies of #04316C
Complementary color
Monochromatic Colors of #04316C
Black with #04316C
Text Example
Text Example
White with #04316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04316C; }
p { color: rgb(4,49,108); }
H1.HeaderClassName
{
color: #04316C;
}
.AnyTagClassName
{
color: #04316C;
}
</style>
background-color css
<style>
a { background-color: #04316C; }
a { background-color: rgb(4,49,108); }
div.DivClassName
{
background-color: #04316C;
}
.BgClassName
{
background-color: #04316C;
}
</style>
border-color css
<style>
span { border-color: #04316C; }
span { border-color: rgb(4,49,108); }
td.TdClassName
{
border-color: #04316C;
}
.TagClassName
{
border-color: #04316C;
}
</style>