Shades of Prussian Blue #03406C
Tints of Prussian Blue #03406C
RGB
CMYK
RGB Variations
Color information
#03406C (or 0x03406C) is known color: Prussian Blue. HEX triplet: 03, 40 and 6C. RGB value is (3,64,108). Sum of RGB (Red+Green+Blue) = 3+64+108=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #03406C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03406C is #FCBF93. Grayscale: #323232. Windows color (decimal): -16564116 or 7094275. OLE color: 7094275.
HSL color Cylindrical-coordinate representation of color #03406C: hue angle of 205.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03406C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 64 | 108 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.58 |
| HSL | 205.14º | 0.95% | 0.22% | - |
| HSV(B) | 205.14º | 0.97% | 0.42% | - |
| XYZ | 4.58 | 4.77 | 14.87 | - |
| YUV | 50.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 108 | 0.97 | 0.41 | 0 | 0.58 | 205.14 | 0.95 | 0.22 |
| Hex | 3 | 40 | 6C | 61 | 29 | 0 | 3A | CD | 5F | 16 |
| Octal | 3 | 100 | 154 | 141 | 51 | 0 | 72 | 315 | 137 | 26 |
| Binary | 11 | 1000000 | 1101100 | 1100001 | 101001 | 0 | 111010 | 11001101 | 1011111 | 10110 |
Color Harmonies of #03406C
Complementary color
Monochromatic Colors of #03406C
Black with #03406C
Text Example
Text Example
White with #03406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03406C; }
p { color: rgb(3,64,108); }
H1.HeaderClassName
{
color: #03406C;
}
.AnyTagClassName
{
color: #03406C;
}
</style>
background-color css
<style>
a { background-color: #03406C; }
a { background-color: rgb(3,64,108); }
div.DivClassName
{
background-color: #03406C;
}
.BgClassName
{
background-color: #03406C;
}
</style>
border-color css
<style>
span { border-color: #03406C; }
span { border-color: rgb(3,64,108); }
td.TdClassName
{
border-color: #03406C;
}
.TagClassName
{
border-color: #03406C;
}
</style>