Shades of Prussian Blue #03264A
Tints of Prussian Blue #03264A
RGB
CMYK
RGB Variations
Color information
#03264A (or 0x03264A) is known color: Prussian Blue. HEX triplet: 03, 26 and 4A. RGB value is (3,38,74). Sum of RGB (Red+Green+Blue) = 3+38+74=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #03264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03264A is #FCD9B5. Grayscale: #1F1F1F. Windows color (decimal): -16570806 or 4859395. OLE color: 4859395.
HSL color Cylindrical-coordinate representation of color #03264A: hue angle of 210.42º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03264A is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 38 | 74 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.71 |
| HSL | 210.42º | 0.92% | 0.15% | - |
| HSV(B) | 210.42º | 0.96% | 0.29% | - |
| XYZ | 1.97 | 1.9 | 6.74 | - |
| YUV | 31.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 74 | 0.96 | 0.49 | 0 | 0.71 | 210.42 | 0.92 | 0.15 |
| Hex | 3 | 26 | 4A | 60 | 31 | 0 | 47 | D2 | 5C | F |
| Octal | 3 | 46 | 112 | 140 | 61 | 0 | 107 | 322 | 134 | 17 |
| Binary | 11 | 100110 | 1001010 | 1100000 | 110001 | 0 | 1000111 | 11010010 | 1011100 | 1111 |
Color Harmonies of #03264A
Complementary color
Monochromatic Colors of #03264A
Black with #03264A
Text Example
Text Example
White with #03264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03264A; }
p { color: rgb(3,38,74); }
H1.HeaderClassName
{
color: #03264A;
}
.AnyTagClassName
{
color: #03264A;
}
</style>
background-color css
<style>
a { background-color: #03264A; }
a { background-color: rgb(3,38,74); }
div.DivClassName
{
background-color: #03264A;
}
.BgClassName
{
background-color: #03264A;
}
</style>
border-color css
<style>
span { border-color: #03264A; }
span { border-color: rgb(3,38,74); }
td.TdClassName
{
border-color: #03264A;
}
.TagClassName
{
border-color: #03264A;
}
</style>