Shades of Prussian Blue #04366A
Tints of Prussian Blue #04366A
RGB
CMYK
RGB Variations
Color information
#04366A (or 0x04366A) is known color: Prussian Blue. HEX triplet: 04, 36 and 6A. RGB value is (4,54,106). Sum of RGB (Red+Green+Blue) = 4+54+106=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #04366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04366A is #FBC995. Grayscale: #2C2C2C. Windows color (decimal): -16501142 or 6960644. OLE color: 6960644.
HSL color Cylindrical-coordinate representation of color #04366A: hue angle of 210.59º 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 #04366A is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 54 | 106 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.58 |
| HSL | 210.59º | 0.93% | 0.22% | - |
| HSV(B) | 210.59º | 0.96% | 0.42% | - |
| XYZ | 3.97 | 3.7 | 14.14 | - |
| YUV | 44.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 106 | 0.96 | 0.49 | 0 | 0.58 | 210.59 | 0.93 | 0.22 |
| Hex | 4 | 36 | 6A | 60 | 31 | 0 | 3A | D3 | 5D | 16 |
| Octal | 4 | 66 | 152 | 140 | 61 | 0 | 72 | 323 | 135 | 26 |
| Binary | 100 | 110110 | 1101010 | 1100000 | 110001 | 0 | 111010 | 11010011 | 1011101 | 10110 |
Color Harmonies of #04366A
Complementary color
Monochromatic Colors of #04366A
Black with #04366A
Text Example
Text Example
White with #04366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04366A; }
p { color: rgb(4,54,106); }
H1.HeaderClassName
{
color: #04366A;
}
.AnyTagClassName
{
color: #04366A;
}
</style>
background-color css
<style>
a { background-color: #04366A; }
a { background-color: rgb(4,54,106); }
div.DivClassName
{
background-color: #04366A;
}
.BgClassName
{
background-color: #04366A;
}
</style>
border-color css
<style>
span { border-color: #04366A; }
span { border-color: rgb(4,54,106); }
td.TdClassName
{
border-color: #04366A;
}
.TagClassName
{
border-color: #04366A;
}
</style>