Shades of Prussian Blue #03416E
Tints of Prussian Blue #03416E
RGB
CMYK
RGB Variations
Color information
#03416E (or 0x03416E) is known color: Prussian Blue. HEX triplet: 03, 41 and 6E. RGB value is (3,65,110). Sum of RGB (Red+Green+Blue) = 3+65+110=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #03416E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03416E is #FCBE91. Grayscale: #333333. Windows color (decimal): -16563858 or 7225603. OLE color: 7225603.
HSL color Cylindrical-coordinate representation of color #03416E: hue angle of 205.23º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03416E is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 65 | 110 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.57 |
| HSL | 205.23º | 0.95% | 0.22% | - |
| HSV(B) | 205.23º | 0.97% | 0.43% | - |
| XYZ | 4.74 | 4.93 | 15.45 | - |
| YUV | 51.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 110 | 0.97 | 0.41 | 0 | 0.57 | 205.23 | 0.95 | 0.22 |
| Hex | 3 | 41 | 6E | 61 | 29 | 0 | 39 | CD | 5F | 16 |
| Octal | 3 | 101 | 156 | 141 | 51 | 0 | 71 | 315 | 137 | 26 |
| Binary | 11 | 1000001 | 1101110 | 1100001 | 101001 | 0 | 111001 | 11001101 | 1011111 | 10110 |
Color Harmonies of #03416E
Complementary color
Monochromatic Colors of #03416E
Black with #03416E
Text Example
Text Example
White with #03416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03416E; }
p { color: rgb(3,65,110); }
H1.HeaderClassName
{
color: #03416E;
}
.AnyTagClassName
{
color: #03416E;
}
</style>
background-color css
<style>
a { background-color: #03416E; }
a { background-color: rgb(3,65,110); }
div.DivClassName
{
background-color: #03416E;
}
.BgClassName
{
background-color: #03416E;
}
</style>
border-color css
<style>
span { border-color: #03416E; }
span { border-color: rgb(3,65,110); }
td.TdClassName
{
border-color: #03416E;
}
.TagClassName
{
border-color: #03416E;
}
</style>