Shades of Prussian Blue #00305B
Tints of Prussian Blue #00305B
RGB
CMYK
RGB Variations
Color information
#00305B (or 0x00305B) is known color: Prussian Blue. HEX triplet: 00, 30 and 5B. RGB value is (0,48,91). Sum of RGB (Red+Green+Blue) = 0+48+91=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #00305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00305B is #FFCFA4. Grayscale: #262626. Windows color (decimal): -16764837 or 5976064. OLE color: 5976064.
HSL color Cylindrical-coordinate representation of color #00305B: hue angle of 208.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00305B is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 48 | 91 | - |
| CMYK | 1 | 0.47 | 0 | 0.64 |
| HSL | 208.35º | 1% | 0.18% | - |
| HSV(B) | 208.35º | 1% | 0.36% | - |
| XYZ | 2.95 | 2.87 | 10.3 | - |
| YUV | 38.55 | 157.6 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 91 | 1 | 0.47 | 0 | 0.64 | 208.35 | 1 | 0.18 |
| Hex | 0 | 30 | 5B | 64 | 2F | 0 | 40 | D0 | 64 | 12 |
| Octal | 0 | 60 | 133 | 144 | 57 | 0 | 100 | 320 | 144 | 22 |
| Binary | 0 | 110000 | 1011011 | 1100100 | 101111 | 0 | 1000000 | 11010000 | 1100100 | 10010 |
Color Harmonies of #00305B
Complementary color
Monochromatic Colors of #00305B
Black with #00305B
Text Example
Text Example
White with #00305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00305B; }
p { color: rgb(0,48,91); }
H1.HeaderClassName
{
color: #00305B;
}
.AnyTagClassName
{
color: #00305B;
}
</style>
background-color css
<style>
a { background-color: #00305B; }
a { background-color: rgb(0,48,91); }
div.DivClassName
{
background-color: #00305B;
}
.BgClassName
{
background-color: #00305B;
}
</style>
border-color css
<style>
span { border-color: #00305B; }
span { border-color: rgb(0,48,91); }
td.TdClassName
{
border-color: #00305B;
}
.TagClassName
{
border-color: #00305B;
}
</style>