Shades of Prussian Blue #00307C
Tints of Prussian Blue #00307C
RGB
CMYK
RGB Variations
Color information
#00307C (or 0x00307C) is known color: Prussian Blue. HEX triplet: 00, 30 and 7C. RGB value is (0,48,124). Sum of RGB (Red+Green+Blue) = 0+48+124=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #00307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00307C is #FFCF83. Grayscale: #292929. Windows color (decimal): -16764804 or 8138752. OLE color: 8138752.
HSL color Cylindrical-coordinate representation of color #00307C: hue angle of 216.77º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00307C is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 48 | 124 | - |
| CMYK | 1 | 0.61 | 0 | 0.51 |
| HSL | 216.77º | 1% | 0.24% | - |
| HSV(B) | 216.77º | 1% | 0.49% | - |
| XYZ | 4.7 | 3.57 | 19.51 | - |
| YUV | 42.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 124 | 1 | 0.61 | 0 | 0.51 | 216.77 | 1 | 0.24 |
| Hex | 0 | 30 | 7C | 64 | 3D | 0 | 33 | D9 | 64 | 18 |
| Octal | 0 | 60 | 174 | 144 | 75 | 0 | 63 | 331 | 144 | 30 |
| Binary | 0 | 110000 | 1111100 | 1100100 | 111101 | 0 | 110011 | 11011001 | 1100100 | 11000 |
Color Harmonies of #00307C
Complementary color
Monochromatic Colors of #00307C
Black with #00307C
Text Example
Text Example
White with #00307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00307C; }
p { color: rgb(0,48,124); }
H1.HeaderClassName
{
color: #00307C;
}
.AnyTagClassName
{
color: #00307C;
}
</style>
background-color css
<style>
a { background-color: #00307C; }
a { background-color: rgb(0,48,124); }
div.DivClassName
{
background-color: #00307C;
}
.BgClassName
{
background-color: #00307C;
}
</style>
border-color css
<style>
span { border-color: #00307C; }
span { border-color: rgb(0,48,124); }
td.TdClassName
{
border-color: #00307C;
}
.TagClassName
{
border-color: #00307C;
}
</style>