Shades of Prussian Blue #03305C
Tints of Prussian Blue #03305C
RGB
CMYK
RGB Variations
Color information
#03305C (or 0x03305C) is known color: Prussian Blue. HEX triplet: 03, 30 and 5C. RGB value is (3,48,92). Sum of RGB (Red+Green+Blue) = 3+48+92=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #03305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03305C is #FCCFA3. Grayscale: #272727. Windows color (decimal): -16568228 or 6041603. OLE color: 6041603.
HSL color Cylindrical-coordinate representation of color #03305C: hue angle of 209.66º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03305C is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 48 | 92 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.64 |
| HSL | 209.66º | 0.94% | 0.19% | - |
| HSV(B) | 209.66º | 0.97% | 0.36% | - |
| XYZ | 3.03 | 2.91 | 10.53 | - |
| YUV | 39.56 | 157.59 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 92 | 0.97 | 0.48 | 0 | 0.64 | 209.66 | 0.94 | 0.19 |
| Hex | 3 | 30 | 5C | 61 | 30 | 0 | 40 | D2 | 5E | 13 |
| Octal | 3 | 60 | 134 | 141 | 60 | 0 | 100 | 322 | 136 | 23 |
| Binary | 11 | 110000 | 1011100 | 1100001 | 110000 | 0 | 1000000 | 11010010 | 1011110 | 10011 |
Color Harmonies of #03305C
Complementary color
Monochromatic Colors of #03305C
Black with #03305C
Text Example
Text Example
White with #03305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03305C; }
p { color: rgb(3,48,92); }
H1.HeaderClassName
{
color: #03305C;
}
.AnyTagClassName
{
color: #03305C;
}
</style>
background-color css
<style>
a { background-color: #03305C; }
a { background-color: rgb(3,48,92); }
div.DivClassName
{
background-color: #03305C;
}
.BgClassName
{
background-color: #03305C;
}
</style>
border-color css
<style>
span { border-color: #03305C; }
span { border-color: rgb(3,48,92); }
td.TdClassName
{
border-color: #03305C;
}
.TagClassName
{
border-color: #03305C;
}
</style>