Shades of Prussian Blue #03405C
Tints of Prussian Blue #03405C
RGB
CMYK
RGB Variations
Color information
#03405C (or 0x03405C) is known color: Prussian Blue. HEX triplet: 03, 40 and 5C. RGB value is (3,64,92). Sum of RGB (Red+Green+Blue) = 3+64+92=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #03405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03405C is #FCBFA3. Grayscale: #303030. Windows color (decimal): -16564132 or 6045699. OLE color: 6045699.
HSL color Cylindrical-coordinate representation of color #03405C: hue angle of 198.88º 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 #03405C is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 64 | 92 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.64 |
| HSL | 198.88º | 0.94% | 0.19% | - |
| HSV(B) | 198.88º | 0.97% | 0.36% | - |
| XYZ | 3.8 | 4.46 | 10.79 | - |
| YUV | 48.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 92 | 0.97 | 0.30 | 0 | 0.64 | 198.88 | 0.94 | 0.19 |
| Hex | 3 | 40 | 5C | 61 | 1E | 0 | 40 | C7 | 5E | 13 |
| Octal | 3 | 100 | 134 | 141 | 36 | 0 | 100 | 307 | 136 | 23 |
| Binary | 11 | 1000000 | 1011100 | 1100001 | 11110 | 0 | 1000000 | 11000111 | 1011110 | 10011 |
Color Harmonies of #03405C
Complementary color
Monochromatic Colors of #03405C
Black with #03405C
Text Example
Text Example
White with #03405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03405C; }
p { color: rgb(3,64,92); }
H1.HeaderClassName
{
color: #03405C;
}
.AnyTagClassName
{
color: #03405C;
}
</style>
background-color css
<style>
a { background-color: #03405C; }
a { background-color: rgb(3,64,92); }
div.DivClassName
{
background-color: #03405C;
}
.BgClassName
{
background-color: #03405C;
}
</style>
border-color css
<style>
span { border-color: #03405C; }
span { border-color: rgb(3,64,92); }
td.TdClassName
{
border-color: #03405C;
}
.TagClassName
{
border-color: #03405C;
}
</style>