Shades of Prussian Blue #03435E
Tints of Prussian Blue #03435E
RGB
CMYK
RGB Variations
Color information
#03435E (or 0x03435E) is known color: Prussian Blue. HEX triplet: 03, 43 and 5E. RGB value is (3,67,94). Sum of RGB (Red+Green+Blue) = 3+67+94=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #03435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03435E is #FCBCA1. Grayscale: #323232. Windows color (decimal): -16563362 or 6177539. OLE color: 6177539.
HSL color Cylindrical-coordinate representation of color #03435E: hue angle of 197.8º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03435E is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 67 | 94 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.63 |
| HSL | 197.8º | 0.94% | 0.19% | - |
| HSV(B) | 197.8º | 0.97% | 0.37% | - |
| XYZ | 4.07 | 4.84 | 11.31 | - |
| YUV | 50.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 94 | 0.97 | 0.29 | 0 | 0.63 | 197.8 | 0.94 | 0.19 |
| Hex | 3 | 43 | 5E | 61 | 1D | 0 | 3F | C6 | 5E | 13 |
| Octal | 3 | 103 | 136 | 141 | 35 | 0 | 77 | 306 | 136 | 23 |
| Binary | 11 | 1000011 | 1011110 | 1100001 | 11101 | 0 | 111111 | 11000110 | 1011110 | 10011 |
Color Harmonies of #03435E
Complementary color
Monochromatic Colors of #03435E
Black with #03435E
Text Example
Text Example
White with #03435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03435E; }
p { color: rgb(3,67,94); }
H1.HeaderClassName
{
color: #03435E;
}
.AnyTagClassName
{
color: #03435E;
}
</style>
background-color css
<style>
a { background-color: #03435E; }
a { background-color: rgb(3,67,94); }
div.DivClassName
{
background-color: #03435E;
}
.BgClassName
{
background-color: #03435E;
}
</style>
border-color css
<style>
span { border-color: #03435E; }
span { border-color: rgb(3,67,94); }
td.TdClassName
{
border-color: #03435E;
}
.TagClassName
{
border-color: #03435E;
}
</style>