Shades of Prussian Blue #04355B
Tints of Prussian Blue #04355B
RGB
CMYK
RGB Variations
Color information
#04355B (or 0x04355B) is known color: Prussian Blue. HEX triplet: 04, 35 and 5B. RGB value is (4,53,91). Sum of RGB (Red+Green+Blue) = 4+53+91=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #04355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04355B is #FBCAA4. Grayscale: #2A2A2A. Windows color (decimal): -16501413 or 5977348. OLE color: 5977348.
HSL color Cylindrical-coordinate representation of color #04355B: hue angle of 206.21º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04355B is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 53 | 91 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.64 |
| HSL | 206.21º | 0.92% | 0.19% | - |
| HSV(B) | 206.21º | 0.96% | 0.36% | - |
| XYZ | 3.21 | 3.33 | 10.37 | - |
| YUV | 42.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 91 | 0.96 | 0.42 | 0 | 0.64 | 206.21 | 0.92 | 0.19 |
| Hex | 4 | 35 | 5B | 60 | 2A | 0 | 40 | CE | 5C | 13 |
| Octal | 4 | 65 | 133 | 140 | 52 | 0 | 100 | 316 | 134 | 23 |
| Binary | 100 | 110101 | 1011011 | 1100000 | 101010 | 0 | 1000000 | 11001110 | 1011100 | 10011 |
Color Harmonies of #04355B
Complementary color
Monochromatic Colors of #04355B
Black with #04355B
Text Example
Text Example
White with #04355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04355B; }
p { color: rgb(4,53,91); }
H1.HeaderClassName
{
color: #04355B;
}
.AnyTagClassName
{
color: #04355B;
}
</style>
background-color css
<style>
a { background-color: #04355B; }
a { background-color: rgb(4,53,91); }
div.DivClassName
{
background-color: #04355B;
}
.BgClassName
{
background-color: #04355B;
}
</style>
border-color css
<style>
span { border-color: #04355B; }
span { border-color: rgb(4,53,91); }
td.TdClassName
{
border-color: #04355B;
}
.TagClassName
{
border-color: #04355B;
}
</style>