Shades of Prussian Blue #00334C
Tints of Prussian Blue #00334C
RGB
CMYK
RGB Variations
Color information
#00334C (or 0x00334C) is known color: Prussian Blue. HEX triplet: 00, 33 and 4C. RGB value is (0,51,76). Sum of RGB (Red+Green+Blue) = 0+51+76=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #00334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00334C is #FFCCB3. Grayscale: #262626. Windows color (decimal): -16764084 or 4993792. OLE color: 4993792.
HSL color Cylindrical-coordinate representation of color #00334C: hue angle of 199.74º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00334C is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 51 | 76 | - |
| CMYK | 1 | 0.33 | 0 | 0.70 |
| HSL | 199.74º | 1% | 0.15% | - |
| HSV(B) | 199.74º | 1% | 0.3% | - |
| XYZ | 2.49 | 2.89 | 7.26 | - |
| YUV | 38.6 | 149.1 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 76 | 1 | 0.33 | 0 | 0.70 | 199.74 | 1 | 0.15 |
| Hex | 0 | 33 | 4C | 64 | 21 | 0 | 46 | C8 | 64 | F |
| Octal | 0 | 63 | 114 | 144 | 41 | 0 | 106 | 310 | 144 | 17 |
| Binary | 0 | 110011 | 1001100 | 1100100 | 100001 | 0 | 1000110 | 11001000 | 1100100 | 1111 |
Color Harmonies of #00334C
Complementary color
Monochromatic Colors of #00334C
Black with #00334C
Text Example
Text Example
White with #00334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00334C; }
p { color: rgb(0,51,76); }
H1.HeaderClassName
{
color: #00334C;
}
.AnyTagClassName
{
color: #00334C;
}
</style>
background-color css
<style>
a { background-color: #00334C; }
a { background-color: rgb(0,51,76); }
div.DivClassName
{
background-color: #00334C;
}
.BgClassName
{
background-color: #00334C;
}
</style>
border-color css
<style>
span { border-color: #00334C; }
span { border-color: rgb(0,51,76); }
td.TdClassName
{
border-color: #00334C;
}
.TagClassName
{
border-color: #00334C;
}
</style>