Shades of Prussian Blue #00336F
Tints of Prussian Blue #00336F
RGB
CMYK
RGB Variations
Color information
#00336F (or 0x00336F) is known color: Prussian Blue. HEX triplet: 00, 33 and 6F. RGB value is (0,51,111). Sum of RGB (Red+Green+Blue) = 0+51+111=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #00336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00336F is #FFCC90. Grayscale: #2A2A2A. Windows color (decimal): -16764049 or 7287552. OLE color: 7287552.
HSL color Cylindrical-coordinate representation of color #00336F: hue angle of 212.43º 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 #00336F is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 51 | 111 | - |
| CMYK | 1 | 0.54 | 0 | 0.56 |
| HSL | 212.43º | 1% | 0.22% | - |
| HSV(B) | 212.43º | 1% | 0.44% | - |
| XYZ | 4.05 | 3.52 | 15.5 | - |
| YUV | 42.59 | 166.6 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 111 | 1 | 0.54 | 0 | 0.56 | 212.43 | 1 | 0.22 |
| Hex | 0 | 33 | 6F | 64 | 36 | 0 | 38 | D4 | 64 | 16 |
| Octal | 0 | 63 | 157 | 144 | 66 | 0 | 70 | 324 | 144 | 26 |
| Binary | 0 | 110011 | 1101111 | 1100100 | 110110 | 0 | 111000 | 11010100 | 1100100 | 10110 |
Color Harmonies of #00336F
Complementary color
Monochromatic Colors of #00336F
Black with #00336F
Text Example
Text Example
White with #00336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00336F; }
p { color: rgb(0,51,111); }
H1.HeaderClassName
{
color: #00336F;
}
.AnyTagClassName
{
color: #00336F;
}
</style>
background-color css
<style>
a { background-color: #00336F; }
a { background-color: rgb(0,51,111); }
div.DivClassName
{
background-color: #00336F;
}
.BgClassName
{
background-color: #00336F;
}
</style>
border-color css
<style>
span { border-color: #00336F; }
span { border-color: rgb(0,51,111); }
td.TdClassName
{
border-color: #00336F;
}
.TagClassName
{
border-color: #00336F;
}
</style>