Shades of Prussian Blue #04305C
Tints of Prussian Blue #04305C
RGB
CMYK
RGB Variations
Color information
#04305C (or 0x04305C) is known color: Prussian Blue. HEX triplet: 04, 30 and 5C. RGB value is (4,48,92). Sum of RGB (Red+Green+Blue) = 4+48+92=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #04305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04305C is #FBCFA3. Grayscale: #272727. Windows color (decimal): -16502692 or 6041604. OLE color: 6041604.
HSL color Cylindrical-coordinate representation of color #04305C: hue angle of 210º 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 #04305C is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 48 | 92 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.64 |
| HSL | 210º | 0.92% | 0.19% | - |
| HSV(B) | 210º | 0.96% | 0.36% | - |
| XYZ | 3.04 | 2.91 | 10.53 | - |
| YUV | 39.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 92 | 0.96 | 0.48 | 0 | 0.64 | 210 | 0.92 | 0.19 |
| Hex | 4 | 30 | 5C | 60 | 30 | 0 | 40 | D2 | 5C | 13 |
| Octal | 4 | 60 | 134 | 140 | 60 | 0 | 100 | 322 | 134 | 23 |
| Binary | 100 | 110000 | 1011100 | 1100000 | 110000 | 0 | 1000000 | 11010010 | 1011100 | 10011 |
Color Harmonies of #04305C
Complementary color
Monochromatic Colors of #04305C
Black with #04305C
Text Example
Text Example
White with #04305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04305C; }
p { color: rgb(4,48,92); }
H1.HeaderClassName
{
color: #04305C;
}
.AnyTagClassName
{
color: #04305C;
}
</style>
background-color css
<style>
a { background-color: #04305C; }
a { background-color: rgb(4,48,92); }
div.DivClassName
{
background-color: #04305C;
}
.BgClassName
{
background-color: #04305C;
}
</style>
border-color css
<style>
span { border-color: #04305C; }
span { border-color: rgb(4,48,92); }
td.TdClassName
{
border-color: #04305C;
}
.TagClassName
{
border-color: #04305C;
}
</style>