Shades of Prussian Blue #03436A
Tints of Prussian Blue #03436A
RGB
CMYK
RGB Variations
Color information
#03436A (or 0x03436A) is known color: Prussian Blue. HEX triplet: 03, 43 and 6A. RGB value is (3,67,106). Sum of RGB (Red+Green+Blue) = 3+67+106=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #03436A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03436A is #FCBC95. Grayscale: #343434. Windows color (decimal): -16563350 or 6963971. OLE color: 6963971.
HSL color Cylindrical-coordinate representation of color #03436A: hue angle of 202.72º 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 #03436A is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 67 | 106 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.58 |
| HSL | 202.72º | 0.94% | 0.21% | - |
| HSV(B) | 202.72º | 0.97% | 0.42% | - |
| XYZ | 4.65 | 5.07 | 14.37 | - |
| YUV | 52.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 106 | 0.97 | 0.37 | 0 | 0.58 | 202.72 | 0.94 | 0.21 |
| Hex | 3 | 43 | 6A | 61 | 25 | 0 | 3A | CB | 5E | 15 |
| Octal | 3 | 103 | 152 | 141 | 45 | 0 | 72 | 313 | 136 | 25 |
| Binary | 11 | 1000011 | 1101010 | 1100001 | 100101 | 0 | 111010 | 11001011 | 1011110 | 10101 |
Color Harmonies of #03436A
Complementary color
Monochromatic Colors of #03436A
Black with #03436A
Text Example
Text Example
White with #03436A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03436A; }
p { color: rgb(3,67,106); }
H1.HeaderClassName
{
color: #03436A;
}
.AnyTagClassName
{
color: #03436A;
}
</style>
background-color css
<style>
a { background-color: #03436A; }
a { background-color: rgb(3,67,106); }
div.DivClassName
{
background-color: #03436A;
}
.BgClassName
{
background-color: #03436A;
}
</style>
border-color css
<style>
span { border-color: #03436A; }
span { border-color: rgb(3,67,106); }
td.TdClassName
{
border-color: #03436A;
}
.TagClassName
{
border-color: #03436A;
}
</style>