Shades of Prussian Blue #04356B
Tints of Prussian Blue #04356B
RGB
CMYK
RGB Variations
Color information
#04356B (or 0x04356B) is known color: Prussian Blue. HEX triplet: 04, 35 and 6B. RGB value is (4,53,107). Sum of RGB (Red+Green+Blue) = 4+53+107=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #04356B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04356B is #FBCA94. Grayscale: #2C2C2C. Windows color (decimal): -16501397 or 7025924. OLE color: 7025924.
HSL color Cylindrical-coordinate representation of color #04356B: hue angle of 211.46º 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 #04356B is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 53 | 107 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.58 |
| HSL | 211.46º | 0.93% | 0.22% | - |
| HSV(B) | 211.46º | 0.96% | 0.42% | - |
| XYZ | 3.98 | 3.63 | 14.4 | - |
| YUV | 44.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 107 | 0.96 | 0.50 | 0 | 0.58 | 211.46 | 0.93 | 0.22 |
| Hex | 4 | 35 | 6B | 60 | 32 | 0 | 3A | D3 | 5D | 16 |
| Octal | 4 | 65 | 153 | 140 | 62 | 0 | 72 | 323 | 135 | 26 |
| Binary | 100 | 110101 | 1101011 | 1100000 | 110010 | 0 | 111010 | 11010011 | 1011101 | 10110 |
Color Harmonies of #04356B
Complementary color
Monochromatic Colors of #04356B
Black with #04356B
Text Example
Text Example
White with #04356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04356B; }
p { color: rgb(4,53,107); }
H1.HeaderClassName
{
color: #04356B;
}
.AnyTagClassName
{
color: #04356B;
}
</style>
background-color css
<style>
a { background-color: #04356B; }
a { background-color: rgb(4,53,107); }
div.DivClassName
{
background-color: #04356B;
}
.BgClassName
{
background-color: #04356B;
}
</style>
border-color css
<style>
span { border-color: #04356B; }
span { border-color: rgb(4,53,107); }
td.TdClassName
{
border-color: #04356B;
}
.TagClassName
{
border-color: #04356B;
}
</style>