Shades of Prussian Blue #03406A
Tints of Prussian Blue #03406A
RGB
CMYK
RGB Variations
Color information
#03406A (or 0x03406A) is known color: Prussian Blue. HEX triplet: 03, 40 and 6A. RGB value is (3,64,106). Sum of RGB (Red+Green+Blue) = 3+64+106=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #03406A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03406A is #FCBF95. Grayscale: #323232. Windows color (decimal): -16564118 or 6963203. OLE color: 6963203.
HSL color Cylindrical-coordinate representation of color #03406A: hue angle of 204.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03406A is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 64 | 106 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.58 |
| HSL | 204.47º | 0.94% | 0.21% | - |
| HSV(B) | 204.47º | 0.97% | 0.42% | - |
| XYZ | 4.47 | 4.73 | 14.31 | - |
| YUV | 50.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 106 | 0.97 | 0.40 | 0 | 0.58 | 204.47 | 0.94 | 0.21 |
| Hex | 3 | 40 | 6A | 61 | 28 | 0 | 3A | CC | 5E | 15 |
| Octal | 3 | 100 | 152 | 141 | 50 | 0 | 72 | 314 | 136 | 25 |
| Binary | 11 | 1000000 | 1101010 | 1100001 | 101000 | 0 | 111010 | 11001100 | 1011110 | 10101 |
Color Harmonies of #03406A
Complementary color
Monochromatic Colors of #03406A
Black with #03406A
Text Example
Text Example
White with #03406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03406A; }
p { color: rgb(3,64,106); }
H1.HeaderClassName
{
color: #03406A;
}
.AnyTagClassName
{
color: #03406A;
}
</style>
background-color css
<style>
a { background-color: #03406A; }
a { background-color: rgb(3,64,106); }
div.DivClassName
{
background-color: #03406A;
}
.BgClassName
{
background-color: #03406A;
}
</style>
border-color css
<style>
span { border-color: #03406A; }
span { border-color: rgb(3,64,106); }
td.TdClassName
{
border-color: #03406A;
}
.TagClassName
{
border-color: #03406A;
}
</style>