Shades of Prussian Blue #03284A
Tints of Prussian Blue #03284A
RGB
CMYK
RGB Variations
Color information
#03284A (or 0x03284A) is known color: Prussian Blue. HEX triplet: 03, 28 and 4A. RGB value is (3,40,74). Sum of RGB (Red+Green+Blue) = 3+40+74=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #03284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03284A is #FCD7B5. Grayscale: #202020. Windows color (decimal): -16570294 or 4859907. OLE color: 4859907.
HSL color Cylindrical-coordinate representation of color #03284A: hue angle of 208.73º 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 #03284A is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 40 | 74 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.71 |
| HSL | 208.73º | 0.92% | 0.15% | - |
| HSV(B) | 208.73º | 0.96% | 0.29% | - |
| XYZ | 2.03 | 2.03 | 6.76 | - |
| YUV | 32.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 74 | 0.96 | 0.46 | 0 | 0.71 | 208.73 | 0.92 | 0.15 |
| Hex | 3 | 28 | 4A | 60 | 2E | 0 | 47 | D1 | 5C | F |
| Octal | 3 | 50 | 112 | 140 | 56 | 0 | 107 | 321 | 134 | 17 |
| Binary | 11 | 101000 | 1001010 | 1100000 | 101110 | 0 | 1000111 | 11010001 | 1011100 | 1111 |
Color Harmonies of #03284A
Complementary color
Monochromatic Colors of #03284A
Black with #03284A
Text Example
Text Example
White with #03284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03284A; }
p { color: rgb(3,40,74); }
H1.HeaderClassName
{
color: #03284A;
}
.AnyTagClassName
{
color: #03284A;
}
</style>
background-color css
<style>
a { background-color: #03284A; }
a { background-color: rgb(3,40,74); }
div.DivClassName
{
background-color: #03284A;
}
.BgClassName
{
background-color: #03284A;
}
</style>
border-color css
<style>
span { border-color: #03284A; }
span { border-color: rgb(3,40,74); }
td.TdClassName
{
border-color: #03284A;
}
.TagClassName
{
border-color: #03284A;
}
</style>