Shades of Prussian Blue #03405E
Tints of Prussian Blue #03405E
RGB
CMYK
RGB Variations
Color information
#03405E (or 0x03405E) is known color: Prussian Blue. HEX triplet: 03, 40 and 5E. RGB value is (3,64,94). Sum of RGB (Red+Green+Blue) = 3+64+94=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #03405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03405E is #FCBFA1. Grayscale: #313131. Windows color (decimal): -16564130 or 6176771. OLE color: 6176771.
HSL color Cylindrical-coordinate representation of color #03405E: hue angle of 199.78º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03405E is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 64 | 94 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.63 |
| HSL | 199.78º | 0.94% | 0.19% | - |
| HSV(B) | 199.78º | 0.97% | 0.37% | - |
| XYZ | 3.89 | 4.49 | 11.25 | - |
| YUV | 49.18 | 153.29 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 94 | 0.97 | 0.32 | 0 | 0.63 | 199.78 | 0.94 | 0.19 |
| Hex | 3 | 40 | 5E | 61 | 20 | 0 | 3F | C8 | 5E | 13 |
| Octal | 3 | 100 | 136 | 141 | 40 | 0 | 77 | 310 | 136 | 23 |
| Binary | 11 | 1000000 | 1011110 | 1100001 | 100000 | 0 | 111111 | 11001000 | 1011110 | 10011 |
Color Harmonies of #03405E
Complementary color
Monochromatic Colors of #03405E
Black with #03405E
Text Example
Text Example
White with #03405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03405E; }
p { color: rgb(3,64,94); }
H1.HeaderClassName
{
color: #03405E;
}
.AnyTagClassName
{
color: #03405E;
}
</style>
background-color css
<style>
a { background-color: #03405E; }
a { background-color: rgb(3,64,94); }
div.DivClassName
{
background-color: #03405E;
}
.BgClassName
{
background-color: #03405E;
}
</style>
border-color css
<style>
span { border-color: #03405E; }
span { border-color: rgb(3,64,94); }
td.TdClassName
{
border-color: #03405E;
}
.TagClassName
{
border-color: #03405E;
}
</style>