Shades of Prussian Blue #03304F
Tints of Prussian Blue #03304F
RGB
CMYK
RGB Variations
Color information
#03304F (or 0x03304F) is known color: Prussian Blue. HEX triplet: 03, 30 and 4F. RGB value is (3,48,79). Sum of RGB (Red+Green+Blue) = 3+48+79=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #03304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03304F is #FCCFB0. Grayscale: #252525. Windows color (decimal): -16568241 or 5189635. OLE color: 5189635.
HSL color Cylindrical-coordinate representation of color #03304F: hue angle of 204.47º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03304F is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 48 | 79 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.69 |
| HSL | 204.47º | 0.93% | 0.16% | - |
| HSV(B) | 204.47º | 0.96% | 0.31% | - |
| XYZ | 2.51 | 2.7 | 7.79 | - |
| YUV | 38.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 79 | 0.96 | 0.39 | 0 | 0.69 | 204.47 | 0.93 | 0.16 |
| Hex | 3 | 30 | 4F | 60 | 27 | 0 | 45 | CC | 5D | 10 |
| Octal | 3 | 60 | 117 | 140 | 47 | 0 | 105 | 314 | 135 | 20 |
| Binary | 11 | 110000 | 1001111 | 1100000 | 100111 | 0 | 1000101 | 11001100 | 1011101 | 10000 |
Color Harmonies of #03304F
Complementary color
Monochromatic Colors of #03304F
Black with #03304F
Text Example
Text Example
White with #03304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03304F; }
p { color: rgb(3,48,79); }
H1.HeaderClassName
{
color: #03304F;
}
.AnyTagClassName
{
color: #03304F;
}
</style>
background-color css
<style>
a { background-color: #03304F; }
a { background-color: rgb(3,48,79); }
div.DivClassName
{
background-color: #03304F;
}
.BgClassName
{
background-color: #03304F;
}
</style>
border-color css
<style>
span { border-color: #03304F; }
span { border-color: rgb(3,48,79); }
td.TdClassName
{
border-color: #03304F;
}
.TagClassName
{
border-color: #03304F;
}
</style>