Shades of Tory Blue #30518E
Tints of Tory Blue #30518E
RGB
CMYK
RGB Variations
Color information
#30518E (or 0x30518E) is known color: Tory Blue. HEX triplet: 30, 51 and 8E. RGB value is (48,81,142). Sum of RGB (Red+Green+Blue) = 48+81+142=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #30518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30518E is #CFAE71. Grayscale: #4D4D4D. Windows color (decimal): -13610610 or 9326896. OLE color: 9326896.
HSL color Cylindrical-coordinate representation of color #30518E: hue angle of 218.94º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30518E is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 81 | 142 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.44 |
| HSL | 218.94º | 0.49% | 0.37% | - |
| HSV(B) | 218.94º | 0.66% | 0.56% | - |
| XYZ | 9.04 | 8.47 | 26.75 | - |
| YUV | 78.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 142 | 0.66 | 0.43 | 0 | 0.44 | 218.94 | 0.49 | 0.37 |
| Hex | 30 | 51 | 8E | 42 | 2B | 0 | 2C | DB | 31 | 25 |
| Octal | 60 | 121 | 216 | 102 | 53 | 0 | 54 | 333 | 61 | 45 |
| Binary | 110000 | 1010001 | 10001110 | 1000010 | 101011 | 0 | 101100 | 11011011 | 110001 | 100101 |
Color Harmonies of #30518E
Complementary color
Monochromatic Colors of #30518E
Black with #30518E
Text Example
Text Example
White with #30518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30518E; }
p { color: rgb(48,81,142); }
H1.HeaderClassName
{
color: #30518E;
}
.AnyTagClassName
{
color: #30518E;
}
</style>
background-color css
<style>
a { background-color: #30518E; }
a { background-color: rgb(48,81,142); }
div.DivClassName
{
background-color: #30518E;
}
.BgClassName
{
background-color: #30518E;
}
</style>
border-color css
<style>
span { border-color: #30518E; }
span { border-color: rgb(48,81,142); }
td.TdClassName
{
border-color: #30518E;
}
.TagClassName
{
border-color: #30518E;
}
</style>