Shades of Prussian Blue #03274D
Tints of Prussian Blue #03274D
RGB
CMYK
RGB Variations
Color information
#03274D (or 0x03274D) is known color: Prussian Blue. HEX triplet: 03, 27 and 4D. RGB value is (3,39,77). Sum of RGB (Red+Green+Blue) = 3+39+77=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #03274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03274D is #FCD8B2. Grayscale: #202020. Windows color (decimal): -16570547 or 5056259. OLE color: 5056259.
HSL color Cylindrical-coordinate representation of color #03274D: hue angle of 210.81º 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 #03274D is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 39 | 77 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.70 |
| HSL | 210.81º | 0.93% | 0.16% | - |
| HSV(B) | 210.81º | 0.96% | 0.3% | - |
| XYZ | 2.1 | 2.01 | 7.3 | - |
| YUV | 32.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 77 | 0.96 | 0.49 | 0 | 0.70 | 210.81 | 0.93 | 0.16 |
| Hex | 3 | 27 | 4D | 60 | 31 | 0 | 46 | D3 | 5C | 10 |
| Octal | 3 | 47 | 115 | 140 | 61 | 0 | 106 | 323 | 134 | 20 |
| Binary | 11 | 100111 | 1001101 | 1100000 | 110001 | 0 | 1000110 | 11010011 | 1011100 | 10000 |
Color Harmonies of #03274D
Complementary color
Monochromatic Colors of #03274D
Black with #03274D
Text Example
Text Example
White with #03274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03274D; }
p { color: rgb(3,39,77); }
H1.HeaderClassName
{
color: #03274D;
}
.AnyTagClassName
{
color: #03274D;
}
</style>
background-color css
<style>
a { background-color: #03274D; }
a { background-color: rgb(3,39,77); }
div.DivClassName
{
background-color: #03274D;
}
.BgClassName
{
background-color: #03274D;
}
</style>
border-color css
<style>
span { border-color: #03274D; }
span { border-color: rgb(3,39,77); }
td.TdClassName
{
border-color: #03274D;
}
.TagClassName
{
border-color: #03274D;
}
</style>