Shades of Prussian Blue #04355C
Tints of Prussian Blue #04355C
RGB
CMYK
RGB Variations
Color information
#04355C (or 0x04355C) is known color: Prussian Blue. HEX triplet: 04, 35 and 5C. RGB value is (4,53,92). Sum of RGB (Red+Green+Blue) = 4+53+92=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #04355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04355C is #FBCAA3. Grayscale: #2A2A2A. Windows color (decimal): -16501412 or 6042884. OLE color: 6042884.
HSL color Cylindrical-coordinate representation of color #04355C: hue angle of 206.59º 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 #04355C is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 53 | 92 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.64 |
| HSL | 206.59º | 0.92% | 0.19% | - |
| HSV(B) | 206.59º | 0.96% | 0.36% | - |
| XYZ | 3.25 | 3.34 | 10.6 | - |
| YUV | 42.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 92 | 0.96 | 0.42 | 0 | 0.64 | 206.59 | 0.92 | 0.19 |
| Hex | 4 | 35 | 5C | 60 | 2A | 0 | 40 | CF | 5C | 13 |
| Octal | 4 | 65 | 134 | 140 | 52 | 0 | 100 | 317 | 134 | 23 |
| Binary | 100 | 110101 | 1011100 | 1100000 | 101010 | 0 | 1000000 | 11001111 | 1011100 | 10011 |
Color Harmonies of #04355C
Complementary color
Monochromatic Colors of #04355C
Black with #04355C
Text Example
Text Example
White with #04355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04355C; }
p { color: rgb(4,53,92); }
H1.HeaderClassName
{
color: #04355C;
}
.AnyTagClassName
{
color: #04355C;
}
</style>
background-color css
<style>
a { background-color: #04355C; }
a { background-color: rgb(4,53,92); }
div.DivClassName
{
background-color: #04355C;
}
.BgClassName
{
background-color: #04355C;
}
</style>
border-color css
<style>
span { border-color: #04355C; }
span { border-color: rgb(4,53,92); }
td.TdClassName
{
border-color: #04355C;
}
.TagClassName
{
border-color: #04355C;
}
</style>