Shades of Prussian Blue #00335D
Tints of Prussian Blue #00335D
RGB
CMYK
RGB Variations
Color information
#00335D (or 0x00335D) is known color: Prussian Blue. HEX triplet: 00, 33 and 5D. RGB value is (0,51,93). Sum of RGB (Red+Green+Blue) = 0+51+93=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #00335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00335D is #FFCCA2. Grayscale: #282828. Windows color (decimal): -16764067 or 6107904. OLE color: 6107904.
HSL color Cylindrical-coordinate representation of color #00335D: hue angle of 207.1º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00335D is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 51 | 93 | - |
| CMYK | 1 | 0.45 | 0 | 0.64 |
| HSL | 207.1º | 1% | 0.18% | - |
| HSV(B) | 207.1º | 1% | 0.36% | - |
| XYZ | 3.16 | 3.16 | 10.8 | - |
| YUV | 40.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 93 | 1 | 0.45 | 0 | 0.64 | 207.1 | 1 | 0.18 |
| Hex | 0 | 33 | 5D | 64 | 2D | 0 | 40 | CF | 64 | 12 |
| Octal | 0 | 63 | 135 | 144 | 55 | 0 | 100 | 317 | 144 | 22 |
| Binary | 0 | 110011 | 1011101 | 1100100 | 101101 | 0 | 1000000 | 11001111 | 1100100 | 10010 |
Color Harmonies of #00335D
Complementary color
Monochromatic Colors of #00335D
Black with #00335D
Text Example
Text Example
White with #00335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00335D; }
p { color: rgb(0,51,93); }
H1.HeaderClassName
{
color: #00335D;
}
.AnyTagClassName
{
color: #00335D;
}
</style>
background-color css
<style>
a { background-color: #00335D; }
a { background-color: rgb(0,51,93); }
div.DivClassName
{
background-color: #00335D;
}
.BgClassName
{
background-color: #00335D;
}
</style>
border-color css
<style>
span { border-color: #00335D; }
span { border-color: rgb(0,51,93); }
td.TdClassName
{
border-color: #00335D;
}
.TagClassName
{
border-color: #00335D;
}
</style>