Shades of Prussian Blue #03405B
Tints of Prussian Blue #03405B
RGB
CMYK
RGB Variations
Color information
#03405B (or 0x03405B) is known color: Prussian Blue. HEX triplet: 03, 40 and 5B. RGB value is (3,64,91). Sum of RGB (Red+Green+Blue) = 3+64+91=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #03405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03405B is #FCBFA4. Grayscale: #303030. Windows color (decimal): -16564133 or 5980163. OLE color: 5980163.
HSL color Cylindrical-coordinate representation of color #03405B: hue angle of 198.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03405B is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 64 | 91 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.64 |
| HSL | 198.41º | 0.94% | 0.18% | - |
| HSV(B) | 198.41º | 0.97% | 0.36% | - |
| XYZ | 3.76 | 4.44 | 10.56 | - |
| YUV | 48.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 91 | 0.97 | 0.30 | 0 | 0.64 | 198.41 | 0.94 | 0.18 |
| Hex | 3 | 40 | 5B | 61 | 1E | 0 | 40 | C6 | 5E | 12 |
| Octal | 3 | 100 | 133 | 141 | 36 | 0 | 100 | 306 | 136 | 22 |
| Binary | 11 | 1000000 | 1011011 | 1100001 | 11110 | 0 | 1000000 | 11000110 | 1011110 | 10010 |
Color Harmonies of #03405B
Complementary color
Monochromatic Colors of #03405B
Black with #03405B
Text Example
Text Example
White with #03405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03405B; }
p { color: rgb(3,64,91); }
H1.HeaderClassName
{
color: #03405B;
}
.AnyTagClassName
{
color: #03405B;
}
</style>
background-color css
<style>
a { background-color: #03405B; }
a { background-color: rgb(3,64,91); }
div.DivClassName
{
background-color: #03405B;
}
.BgClassName
{
background-color: #03405B;
}
</style>
border-color css
<style>
span { border-color: #03405B; }
span { border-color: rgb(3,64,91); }
td.TdClassName
{
border-color: #03405B;
}
.TagClassName
{
border-color: #03405B;
}
</style>