Shades of Prussian Blue #03254A
Tints of Prussian Blue #03254A
RGB
CMYK
RGB Variations
Color information
#03254A (or 0x03254A) is known color: Prussian Blue. HEX triplet: 03, 25 and 4A. RGB value is (3,37,74). Sum of RGB (Red+Green+Blue) = 3+37+74=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #03254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03254A is #FCDAB5. Grayscale: #1E1E1E. Windows color (decimal): -16571062 or 4859139. OLE color: 4859139.
HSL color Cylindrical-coordinate representation of color #03254A: hue angle of 211.27º 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 #03254A is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 37 | 74 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.71 |
| HSL | 211.27º | 0.92% | 0.15% | - |
| HSV(B) | 211.27º | 0.96% | 0.29% | - |
| XYZ | 1.94 | 1.84 | 6.73 | - |
| YUV | 31.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 74 | 0.96 | 0.50 | 0 | 0.71 | 211.27 | 0.92 | 0.15 |
| Hex | 3 | 25 | 4A | 60 | 32 | 0 | 47 | D3 | 5C | F |
| Octal | 3 | 45 | 112 | 140 | 62 | 0 | 107 | 323 | 134 | 17 |
| Binary | 11 | 100101 | 1001010 | 1100000 | 110010 | 0 | 1000111 | 11010011 | 1011100 | 1111 |
Color Harmonies of #03254A
Complementary color
Monochromatic Colors of #03254A
Black with #03254A
Text Example
Text Example
White with #03254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03254A; }
p { color: rgb(3,37,74); }
H1.HeaderClassName
{
color: #03254A;
}
.AnyTagClassName
{
color: #03254A;
}
</style>
background-color css
<style>
a { background-color: #03254A; }
a { background-color: rgb(3,37,74); }
div.DivClassName
{
background-color: #03254A;
}
.BgClassName
{
background-color: #03254A;
}
</style>
border-color css
<style>
span { border-color: #03254A; }
span { border-color: rgb(3,37,74); }
td.TdClassName
{
border-color: #03254A;
}
.TagClassName
{
border-color: #03254A;
}
</style>