Shades of Prussian Blue #003671
Tints of Prussian Blue #003671
RGB
CMYK
RGB Variations
Color information
#003671 (or 0x003671) is known color: Prussian Blue. HEX triplet: 00, 36 and 71. RGB value is (0,54,113). Sum of RGB (Red+Green+Blue) = 0+54+113=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #003671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003671 is #FFC98E. Grayscale: #2C2C2C. Windows color (decimal): -16763279 or 7419392. OLE color: 7419392.
HSL color Cylindrical-coordinate representation of color #003671: hue angle of 211.33º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003671 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 54 | 113 | - |
| CMYK | 1 | 0.52 | 0 | 0.56 |
| HSL | 211.33º | 1% | 0.22% | - |
| HSV(B) | 211.33º | 1% | 0.44% | - |
| XYZ | 4.3 | 3.83 | 16.14 | - |
| YUV | 44.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 113 | 1 | 0.52 | 0 | 0.56 | 211.33 | 1 | 0.22 |
| Hex | 0 | 36 | 71 | 64 | 34 | 0 | 38 | D3 | 64 | 16 |
| Octal | 0 | 66 | 161 | 144 | 64 | 0 | 70 | 323 | 144 | 26 |
| Binary | 0 | 110110 | 1110001 | 1100100 | 110100 | 0 | 111000 | 11010011 | 1100100 | 10110 |
Color Harmonies of #003671
Complementary color
Monochromatic Colors of #003671
Black with #003671
Text Example
Text Example
White with #003671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003671; }
p { color: rgb(0,54,113); }
H1.HeaderClassName
{
color: #003671;
}
.AnyTagClassName
{
color: #003671;
}
</style>
background-color css
<style>
a { background-color: #003671; }
a { background-color: rgb(0,54,113); }
div.DivClassName
{
background-color: #003671;
}
.BgClassName
{
background-color: #003671;
}
</style>
border-color css
<style>
span { border-color: #003671; }
span { border-color: rgb(0,54,113); }
td.TdClassName
{
border-color: #003671;
}
.TagClassName
{
border-color: #003671;
}
</style>