Shades of Prussian Blue #03365A
Tints of Prussian Blue #03365A
RGB
CMYK
RGB Variations
Color information
#03365A (or 0x03365A) is known color: Prussian Blue. HEX triplet: 03, 36 and 5A. RGB value is (3,54,90). Sum of RGB (Red+Green+Blue) = 3+54+90=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #03365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03365A is #FCC9A5. Grayscale: #2A2A2A. Windows color (decimal): -16566694 or 5912067. OLE color: 5912067.
HSL color Cylindrical-coordinate representation of color #03365A: hue angle of 204.83º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03365A is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 54 | 90 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.65 |
| HSL | 204.83º | 0.94% | 0.18% | - |
| HSV(B) | 204.83º | 0.97% | 0.35% | - |
| XYZ | 3.2 | 3.4 | 10.16 | - |
| YUV | 42.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 90 | 0.97 | 0.40 | 0 | 0.65 | 204.83 | 0.94 | 0.18 |
| Hex | 3 | 36 | 5A | 61 | 28 | 0 | 41 | CD | 5E | 12 |
| Octal | 3 | 66 | 132 | 141 | 50 | 0 | 101 | 315 | 136 | 22 |
| Binary | 11 | 110110 | 1011010 | 1100001 | 101000 | 0 | 1000001 | 11001101 | 1011110 | 10010 |
Color Harmonies of #03365A
Complementary color
Monochromatic Colors of #03365A
Black with #03365A
Text Example
Text Example
White with #03365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03365A; }
p { color: rgb(3,54,90); }
H1.HeaderClassName
{
color: #03365A;
}
.AnyTagClassName
{
color: #03365A;
}
</style>
background-color css
<style>
a { background-color: #03365A; }
a { background-color: rgb(3,54,90); }
div.DivClassName
{
background-color: #03365A;
}
.BgClassName
{
background-color: #03365A;
}
</style>
border-color css
<style>
span { border-color: #03365A; }
span { border-color: rgb(3,54,90); }
td.TdClassName
{
border-color: #03365A;
}
.TagClassName
{
border-color: #03365A;
}
</style>