Shades of Prussian Blue #04366C
Tints of Prussian Blue #04366C
RGB
CMYK
RGB Variations
Color information
#04366C (or 0x04366C) is known color: Prussian Blue. HEX triplet: 04, 36 and 6C. RGB value is (4,54,108). Sum of RGB (Red+Green+Blue) = 4+54+108=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #04366C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04366C is #FBC993. Grayscale: #2C2C2C. Windows color (decimal): -16501140 or 7091716. OLE color: 7091716.
HSL color Cylindrical-coordinate representation of color #04366C: hue angle of 211.15º 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 #04366C is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 54 | 108 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.58 |
| HSL | 211.15º | 0.93% | 0.22% | - |
| HSV(B) | 211.15º | 0.96% | 0.42% | - |
| XYZ | 4.08 | 3.75 | 14.7 | - |
| YUV | 45.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 108 | 0.96 | 0.50 | 0 | 0.58 | 211.15 | 0.93 | 0.22 |
| Hex | 4 | 36 | 6C | 60 | 32 | 0 | 3A | D3 | 5D | 16 |
| Octal | 4 | 66 | 154 | 140 | 62 | 0 | 72 | 323 | 135 | 26 |
| Binary | 100 | 110110 | 1101100 | 1100000 | 110010 | 0 | 111010 | 11010011 | 1011101 | 10110 |
Color Harmonies of #04366C
Complementary color
Monochromatic Colors of #04366C
Black with #04366C
Text Example
Text Example
White with #04366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04366C; }
p { color: rgb(4,54,108); }
H1.HeaderClassName
{
color: #04366C;
}
.AnyTagClassName
{
color: #04366C;
}
</style>
background-color css
<style>
a { background-color: #04366C; }
a { background-color: rgb(4,54,108); }
div.DivClassName
{
background-color: #04366C;
}
.BgClassName
{
background-color: #04366C;
}
</style>
border-color css
<style>
span { border-color: #04366C; }
span { border-color: rgb(4,54,108); }
td.TdClassName
{
border-color: #04366C;
}
.TagClassName
{
border-color: #04366C;
}
</style>