Shades of Prussian Blue #03264D
Tints of Prussian Blue #03264D
RGB
CMYK
RGB Variations
Color information
#03264D (or 0x03264D) is known color: Prussian Blue. HEX triplet: 03, 26 and 4D. RGB value is (3,38,77). Sum of RGB (Red+Green+Blue) = 3+38+77=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #03264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03264D is #FCD9B2. Grayscale: #1F1F1F. Windows color (decimal): -16570803 or 5056003. OLE color: 5056003.
HSL color Cylindrical-coordinate representation of color #03264D: hue angle of 211.62º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03264D is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 38 | 77 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.70 |
| HSL | 211.62º | 0.93% | 0.16% | - |
| HSV(B) | 211.62º | 0.96% | 0.3% | - |
| XYZ | 2.07 | 1.94 | 7.29 | - |
| YUV | 31.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 77 | 0.96 | 0.51 | 0 | 0.70 | 211.62 | 0.93 | 0.16 |
| Hex | 3 | 26 | 4D | 60 | 33 | 0 | 46 | D4 | 5C | 10 |
| Octal | 3 | 46 | 115 | 140 | 63 | 0 | 106 | 324 | 134 | 20 |
| Binary | 11 | 100110 | 1001101 | 1100000 | 110011 | 0 | 1000110 | 11010100 | 1011100 | 10000 |
Color Harmonies of #03264D
Complementary color
Monochromatic Colors of #03264D
Black with #03264D
Text Example
Text Example
White with #03264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03264D; }
p { color: rgb(3,38,77); }
H1.HeaderClassName
{
color: #03264D;
}
.AnyTagClassName
{
color: #03264D;
}
</style>
background-color css
<style>
a { background-color: #03264D; }
a { background-color: rgb(3,38,77); }
div.DivClassName
{
background-color: #03264D;
}
.BgClassName
{
background-color: #03264D;
}
</style>
border-color css
<style>
span { border-color: #03264D; }
span { border-color: rgb(3,38,77); }
td.TdClassName
{
border-color: #03264D;
}
.TagClassName
{
border-color: #03264D;
}
</style>