Shades of Prussian Blue #00304C
Tints of Prussian Blue #00304C
RGB
CMYK
RGB Variations
Color information
#00304C (or 0x00304C) is known color: Prussian Blue. HEX triplet: 00, 30 and 4C. RGB value is (0,48,76). Sum of RGB (Red+Green+Blue) = 0+48+76=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #00304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00304C is #FFCFB3. Grayscale: #242424. Windows color (decimal): -16764852 or 4993024. OLE color: 4993024.
HSL color Cylindrical-coordinate representation of color #00304C: hue angle of 202.11º 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 #00304C is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 48 | 76 | - |
| CMYK | 1 | 0.37 | 0 | 0.70 |
| HSL | 202.11º | 1% | 0.15% | - |
| HSV(B) | 202.11º | 1% | 0.3% | - |
| XYZ | 2.36 | 2.64 | 7.22 | - |
| YUV | 36.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 76 | 1 | 0.37 | 0 | 0.70 | 202.11 | 1 | 0.15 |
| Hex | 0 | 30 | 4C | 64 | 25 | 0 | 46 | CA | 64 | F |
| Octal | 0 | 60 | 114 | 144 | 45 | 0 | 106 | 312 | 144 | 17 |
| Binary | 0 | 110000 | 1001100 | 1100100 | 100101 | 0 | 1000110 | 11001010 | 1100100 | 1111 |
Color Harmonies of #00304C
Complementary color
Monochromatic Colors of #00304C
Black with #00304C
Text Example
Text Example
White with #00304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00304C; }
p { color: rgb(0,48,76); }
H1.HeaderClassName
{
color: #00304C;
}
.AnyTagClassName
{
color: #00304C;
}
</style>
background-color css
<style>
a { background-color: #00304C; }
a { background-color: rgb(0,48,76); }
div.DivClassName
{
background-color: #00304C;
}
.BgClassName
{
background-color: #00304C;
}
</style>
border-color css
<style>
span { border-color: #00304C; }
span { border-color: rgb(0,48,76); }
td.TdClassName
{
border-color: #00304C;
}
.TagClassName
{
border-color: #00304C;
}
</style>