Shades of Prussian Blue #003374
Tints of Prussian Blue #003374
RGB
CMYK
RGB Variations
Color information
#003374 (or 0x003374) is known color: Prussian Blue. HEX triplet: 00, 33 and 74. RGB value is (0,51,116). Sum of RGB (Red+Green+Blue) = 0+51+116=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 116 (45.70% from 255 or 69.46% from 167); Max value from RGB is 116 - color contains mainly: blue. Hex color #003374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003374 is #FFCC8B. Grayscale: #2A2A2A. Windows color (decimal): -16764044 or 7615232. OLE color: 7615232.
HSL color Cylindrical-coordinate representation of color #003374: hue angle of 213.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003374 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 51 | 116 | - |
| CMYK | 1 | 0.56 | 0 | 0.55 |
| HSL | 213.62º | 1% | 0.23% | - |
| HSV(B) | 213.62º | 1% | 0.45% | - |
| XYZ | 4.34 | 3.63 | 16.99 | - |
| YUV | 43.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 116 | 1 | 0.56 | 0 | 0.55 | 213.62 | 1 | 0.23 |
| Hex | 0 | 33 | 74 | 64 | 38 | 0 | 37 | D6 | 64 | 17 |
| Octal | 0 | 63 | 164 | 144 | 70 | 0 | 67 | 326 | 144 | 27 |
| Binary | 0 | 110011 | 1110100 | 1100100 | 111000 | 0 | 110111 | 11010110 | 1100100 | 10111 |
Color Harmonies of #003374
Complementary color
Monochromatic Colors of #003374
Black with #003374
Text Example
Text Example
White with #003374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003374; }
p { color: rgb(0,51,116); }
H1.HeaderClassName
{
color: #003374;
}
.AnyTagClassName
{
color: #003374;
}
</style>
background-color css
<style>
a { background-color: #003374; }
a { background-color: rgb(0,51,116); }
div.DivClassName
{
background-color: #003374;
}
.BgClassName
{
background-color: #003374;
}
</style>
border-color css
<style>
span { border-color: #003374; }
span { border-color: rgb(0,51,116); }
td.TdClassName
{
border-color: #003374;
}
.TagClassName
{
border-color: #003374;
}
</style>