Shades of Prussian Blue #00335C
Tints of Prussian Blue #00335C
RGB
CMYK
RGB Variations
Color information
#00335C (or 0x00335C) is known color: Prussian Blue. HEX triplet: 00, 33 and 5C. RGB value is (0,51,92). Sum of RGB (Red+Green+Blue) = 0+51+92=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #00335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00335C is #FFCCA3. Grayscale: #282828. Windows color (decimal): -16764068 or 6042368. OLE color: 6042368.
HSL color Cylindrical-coordinate representation of color #00335C: hue angle of 206.74º 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 #00335C is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 51 | 92 | - |
| CMYK | 1 | 0.45 | 0 | 0.64 |
| HSL | 206.74º | 1% | 0.18% | - |
| HSV(B) | 206.74º | 1% | 0.36% | - |
| XYZ | 3.12 | 3.14 | 10.57 | - |
| YUV | 40.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 92 | 1 | 0.45 | 0 | 0.64 | 206.74 | 1 | 0.18 |
| Hex | 0 | 33 | 5C | 64 | 2D | 0 | 40 | CF | 64 | 12 |
| Octal | 0 | 63 | 134 | 144 | 55 | 0 | 100 | 317 | 144 | 22 |
| Binary | 0 | 110011 | 1011100 | 1100100 | 101101 | 0 | 1000000 | 11001111 | 1100100 | 10010 |
Color Harmonies of #00335C
Complementary color
Monochromatic Colors of #00335C
Black with #00335C
Text Example
Text Example
White with #00335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00335C; }
p { color: rgb(0,51,92); }
H1.HeaderClassName
{
color: #00335C;
}
.AnyTagClassName
{
color: #00335C;
}
</style>
background-color css
<style>
a { background-color: #00335C; }
a { background-color: rgb(0,51,92); }
div.DivClassName
{
background-color: #00335C;
}
.BgClassName
{
background-color: #00335C;
}
</style>
border-color css
<style>
span { border-color: #00335C; }
span { border-color: rgb(0,51,92); }
td.TdClassName
{
border-color: #00335C;
}
.TagClassName
{
border-color: #00335C;
}
</style>