Shades of Prussian Blue #03425D
Tints of Prussian Blue #03425D
RGB
CMYK
RGB Variations
Color information
#03425D (or 0x03425D) is known color: Prussian Blue. HEX triplet: 03, 42 and 5D. RGB value is (3,66,93). Sum of RGB (Red+Green+Blue) = 3+66+93=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #03425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03425D is #FCBDA2. Grayscale: #323232. Windows color (decimal): -16563619 or 6111747. OLE color: 6111747.
HSL color Cylindrical-coordinate representation of color #03425D: hue angle of 198º 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 #03425D is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 66 | 93 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.64 |
| HSL | 198º | 0.94% | 0.19% | - |
| HSV(B) | 198º | 0.97% | 0.36% | - |
| XYZ | 3.96 | 4.71 | 11.06 | - |
| YUV | 50.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 93 | 0.97 | 0.29 | 0 | 0.64 | 198 | 0.94 | 0.19 |
| Hex | 3 | 42 | 5D | 61 | 1D | 0 | 40 | C6 | 5E | 13 |
| Octal | 3 | 102 | 135 | 141 | 35 | 0 | 100 | 306 | 136 | 23 |
| Binary | 11 | 1000010 | 1011101 | 1100001 | 11101 | 0 | 1000000 | 11000110 | 1011110 | 10011 |
Color Harmonies of #03425D
Complementary color
Monochromatic Colors of #03425D
Black with #03425D
Text Example
Text Example
White with #03425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03425D; }
p { color: rgb(3,66,93); }
H1.HeaderClassName
{
color: #03425D;
}
.AnyTagClassName
{
color: #03425D;
}
</style>
background-color css
<style>
a { background-color: #03425D; }
a { background-color: rgb(3,66,93); }
div.DivClassName
{
background-color: #03425D;
}
.BgClassName
{
background-color: #03425D;
}
</style>
border-color css
<style>
span { border-color: #03425D; }
span { border-color: rgb(3,66,93); }
td.TdClassName
{
border-color: #03425D;
}
.TagClassName
{
border-color: #03425D;
}
</style>