Shades of Prussian Blue #002F4C
Tints of Prussian Blue #002F4C
RGB
CMYK
RGB Variations
Color information
#002F4C (or 0x002F4C) is known color: Prussian Blue. HEX triplet: 00, 2F and 4C. RGB value is (0,47,76). Sum of RGB (Red+Green+Blue) = 0+47+76=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #002F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F4C is #FFD0B3. Grayscale: #242424. Windows color (decimal): -16765108 or 4992768. OLE color: 4992768.
HSL color Cylindrical-coordinate representation of color #002F4C: hue angle of 202.89º 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 #002F4C is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 47 | 76 | - |
| CMYK | 1 | 0.38 | 0 | 0.70 |
| HSL | 202.89º | 1% | 0.15% | - |
| HSV(B) | 202.89º | 1% | 0.3% | - |
| XYZ | 2.32 | 2.55 | 7.21 | - |
| YUV | 36.25 | 150.43 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 76 | 1 | 0.38 | 0 | 0.70 | 202.89 | 1 | 0.15 |
| Hex | 0 | 2F | 4C | 64 | 26 | 0 | 46 | CB | 64 | F |
| Octal | 0 | 57 | 114 | 144 | 46 | 0 | 106 | 313 | 144 | 17 |
| Binary | 0 | 101111 | 1001100 | 1100100 | 100110 | 0 | 1000110 | 11001011 | 1100100 | 1111 |
Color Harmonies of #002F4C
Complementary color
Monochromatic Colors of #002F4C
Black with #002F4C
Text Example
Text Example
White with #002F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F4C; }
p { color: rgb(0,47,76); }
H1.HeaderClassName
{
color: #002F4C;
}
.AnyTagClassName
{
color: #002F4C;
}
</style>
background-color css
<style>
a { background-color: #002F4C; }
a { background-color: rgb(0,47,76); }
div.DivClassName
{
background-color: #002F4C;
}
.BgClassName
{
background-color: #002F4C;
}
</style>
border-color css
<style>
span { border-color: #002F4C; }
span { border-color: rgb(0,47,76); }
td.TdClassName
{
border-color: #002F4C;
}
.TagClassName
{
border-color: #002F4C;
}
</style>