Shades of Prussian Blue #003360
Tints of Prussian Blue #003360
RGB
CMYK
RGB Variations
Color information
#003360 (or 0x003360) is known color: Prussian Blue. HEX triplet: 00, 33 and 60. RGB value is (0,51,96). Sum of RGB (Red+Green+Blue) = 0+51+96=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #003360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003360 is #FFCC9F. Grayscale: #282828. Windows color (decimal): -16764064 or 6304512. OLE color: 6304512.
HSL color Cylindrical-coordinate representation of color #003360: hue angle of 208.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003360 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 51 | 96 | - |
| CMYK | 1 | 0.47 | 0 | 0.62 |
| HSL | 208.13º | 1% | 0.19% | - |
| HSV(B) | 208.13º | 1% | 0.38% | - |
| XYZ | 3.3 | 3.21 | 11.51 | - |
| YUV | 40.88 | 159.1 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 96 | 1 | 0.47 | 0 | 0.62 | 208.13 | 1 | 0.19 |
| Hex | 0 | 33 | 60 | 64 | 2F | 0 | 3E | D0 | 64 | 13 |
| Octal | 0 | 63 | 140 | 144 | 57 | 0 | 76 | 320 | 144 | 23 |
| Binary | 0 | 110011 | 1100000 | 1100100 | 101111 | 0 | 111110 | 11010000 | 1100100 | 10011 |
Color Harmonies of #003360
Complementary color
Monochromatic Colors of #003360
Black with #003360
Text Example
Text Example
White with #003360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003360; }
p { color: rgb(0,51,96); }
H1.HeaderClassName
{
color: #003360;
}
.AnyTagClassName
{
color: #003360;
}
</style>
background-color css
<style>
a { background-color: #003360; }
a { background-color: rgb(0,51,96); }
div.DivClassName
{
background-color: #003360;
}
.BgClassName
{
background-color: #003360;
}
</style>
border-color css
<style>
span { border-color: #003360; }
span { border-color: rgb(0,51,96); }
td.TdClassName
{
border-color: #003360;
}
.TagClassName
{
border-color: #003360;
}
</style>