Shades of Prussian Blue #00306D
Tints of Prussian Blue #00306D
RGB
CMYK
RGB Variations
Color information
#00306D (or 0x00306D) is known color: Prussian Blue. HEX triplet: 00, 30 and 6D. RGB value is (0,48,109). Sum of RGB (Red+Green+Blue) = 0+48+109=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #00306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00306D is #FFCF92. Grayscale: #282828. Windows color (decimal): -16764819 or 7155712. OLE color: 7155712.
HSL color Cylindrical-coordinate representation of color #00306D: hue angle of 213.58º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00306D is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 48 | 109 | - |
| CMYK | 1 | 0.56 | 0 | 0.57 |
| HSL | 213.58º | 1% | 0.21% | - |
| HSV(B) | 213.58º | 1% | 0.43% | - |
| XYZ | 3.82 | 3.22 | 14.89 | - |
| YUV | 40.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 109 | 1 | 0.56 | 0 | 0.57 | 213.58 | 1 | 0.21 |
| Hex | 0 | 30 | 6D | 64 | 38 | 0 | 39 | D6 | 64 | 15 |
| Octal | 0 | 60 | 155 | 144 | 70 | 0 | 71 | 326 | 144 | 25 |
| Binary | 0 | 110000 | 1101101 | 1100100 | 111000 | 0 | 111001 | 11010110 | 1100100 | 10101 |
Color Harmonies of #00306D
Complementary color
Monochromatic Colors of #00306D
Black with #00306D
Text Example
Text Example
White with #00306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00306D; }
p { color: rgb(0,48,109); }
H1.HeaderClassName
{
color: #00306D;
}
.AnyTagClassName
{
color: #00306D;
}
</style>
background-color css
<style>
a { background-color: #00306D; }
a { background-color: rgb(0,48,109); }
div.DivClassName
{
background-color: #00306D;
}
.BgClassName
{
background-color: #00306D;
}
</style>
border-color css
<style>
span { border-color: #00306D; }
span { border-color: rgb(0,48,109); }
td.TdClassName
{
border-color: #00306D;
}
.TagClassName
{
border-color: #00306D;
}
</style>