Shades of Prussian Blue #00306F
Tints of Prussian Blue #00306F
RGB
CMYK
RGB Variations
Color information
#00306F (or 0x00306F) is known color: Prussian Blue. HEX triplet: 00, 30 and 6F. RGB value is (0,48,111). Sum of RGB (Red+Green+Blue) = 0+48+111=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 111 (43.75% from 255 or 69.81% from 159); Max value from RGB is 111 - color contains mainly: blue. Hex color #00306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00306F is #FFCF90. Grayscale: #282828. Windows color (decimal): -16764817 or 7286784. OLE color: 7286784.
HSL color Cylindrical-coordinate representation of color #00306F: hue angle of 214.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00306F is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 48 | 111 | - |
| CMYK | 1 | 0.57 | 0 | 0.56 |
| HSL | 214.05º | 1% | 0.22% | - |
| HSV(B) | 214.05º | 1% | 0.44% | - |
| XYZ | 3.93 | 3.26 | 15.46 | - |
| YUV | 40.83 | 167.6 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 111 | 1 | 0.57 | 0 | 0.56 | 214.05 | 1 | 0.22 |
| Hex | 0 | 30 | 6F | 64 | 39 | 0 | 38 | D6 | 64 | 16 |
| Octal | 0 | 60 | 157 | 144 | 71 | 0 | 70 | 326 | 144 | 26 |
| Binary | 0 | 110000 | 1101111 | 1100100 | 111001 | 0 | 111000 | 11010110 | 1100100 | 10110 |
Color Harmonies of #00306F
Complementary color
Monochromatic Colors of #00306F
Black with #00306F
Text Example
Text Example
White with #00306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00306F; }
p { color: rgb(0,48,111); }
H1.HeaderClassName
{
color: #00306F;
}
.AnyTagClassName
{
color: #00306F;
}
</style>
background-color css
<style>
a { background-color: #00306F; }
a { background-color: rgb(0,48,111); }
div.DivClassName
{
background-color: #00306F;
}
.BgClassName
{
background-color: #00306F;
}
</style>
border-color css
<style>
span { border-color: #00306F; }
span { border-color: rgb(0,48,111); }
td.TdClassName
{
border-color: #00306F;
}
.TagClassName
{
border-color: #00306F;
}
</style>