Shades of Prussian Blue #03264E
Tints of Prussian Blue #03264E
RGB
CMYK
RGB Variations
Color information
#03264E (or 0x03264E) is known color: Prussian Blue. HEX triplet: 03, 26 and 4E. RGB value is (3,38,78). Sum of RGB (Red+Green+Blue) = 3+38+78=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #03264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03264E is #FCD9B1. Grayscale: #1F1F1F. Windows color (decimal): -16570802 or 5121539. OLE color: 5121539.
HSL color Cylindrical-coordinate representation of color #03264E: hue angle of 212º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03264E is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 38 | 78 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.69 |
| HSL | 212º | 0.93% | 0.16% | - |
| HSV(B) | 212º | 0.96% | 0.31% | - |
| XYZ | 2.11 | 1.96 | 7.47 | - |
| YUV | 32.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 78 | 0.96 | 0.51 | 0 | 0.69 | 212 | 0.93 | 0.16 |
| Hex | 3 | 26 | 4E | 60 | 33 | 0 | 45 | D4 | 5D | 10 |
| Octal | 3 | 46 | 116 | 140 | 63 | 0 | 105 | 324 | 135 | 20 |
| Binary | 11 | 100110 | 1001110 | 1100000 | 110011 | 0 | 1000101 | 11010100 | 1011101 | 10000 |
Color Harmonies of #03264E
Complementary color
Monochromatic Colors of #03264E
Black with #03264E
Text Example
Text Example
White with #03264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03264E; }
p { color: rgb(3,38,78); }
H1.HeaderClassName
{
color: #03264E;
}
.AnyTagClassName
{
color: #03264E;
}
</style>
background-color css
<style>
a { background-color: #03264E; }
a { background-color: rgb(3,38,78); }
div.DivClassName
{
background-color: #03264E;
}
.BgClassName
{
background-color: #03264E;
}
</style>
border-color css
<style>
span { border-color: #03264E; }
span { border-color: rgb(3,38,78); }
td.TdClassName
{
border-color: #03264E;
}
.TagClassName
{
border-color: #03264E;
}
</style>