Shades of Prussian Blue #00306B
Tints of Prussian Blue #00306B
RGB
CMYK
RGB Variations
Color information
#00306B (or 0x00306B) is known color: Prussian Blue. HEX triplet: 00, 30 and 6B. RGB value is (0,48,107). Sum of RGB (Red+Green+Blue) = 0+48+107=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #00306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00306B is #FFCF94. Grayscale: #282828. Windows color (decimal): -16764821 or 7024640. OLE color: 7024640.
HSL color Cylindrical-coordinate representation of color #00306B: hue angle of 213.08º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00306B is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 48 | 107 | - |
| CMYK | 1 | 0.55 | 0 | 0.58 |
| HSL | 213.08º | 1% | 0.21% | - |
| HSV(B) | 213.08º | 1% | 0.42% | - |
| XYZ | 3.71 | 3.18 | 14.33 | - |
| YUV | 40.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 107 | 1 | 0.55 | 0 | 0.58 | 213.08 | 1 | 0.21 |
| Hex | 0 | 30 | 6B | 64 | 37 | 0 | 3A | D5 | 64 | 15 |
| Octal | 0 | 60 | 153 | 144 | 67 | 0 | 72 | 325 | 144 | 25 |
| Binary | 0 | 110000 | 1101011 | 1100100 | 110111 | 0 | 111010 | 11010101 | 1100100 | 10101 |
Color Harmonies of #00306B
Complementary color
Monochromatic Colors of #00306B
Black with #00306B
Text Example
Text Example
White with #00306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00306B; }
p { color: rgb(0,48,107); }
H1.HeaderClassName
{
color: #00306B;
}
.AnyTagClassName
{
color: #00306B;
}
</style>
background-color css
<style>
a { background-color: #00306B; }
a { background-color: rgb(0,48,107); }
div.DivClassName
{
background-color: #00306B;
}
.BgClassName
{
background-color: #00306B;
}
</style>
border-color css
<style>
span { border-color: #00306B; }
span { border-color: rgb(0,48,107); }
td.TdClassName
{
border-color: #00306B;
}
.TagClassName
{
border-color: #00306B;
}
</style>