Shades of Tory Blue #30498E
Tints of Tory Blue #30498E
RGB
CMYK
RGB Variations
Color information
#30498E (or 0x30498E) is known color: Tory Blue. HEX triplet: 30, 49 and 8E. RGB value is (48,73,142). Sum of RGB (Red+Green+Blue) = 48+73+142=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #30498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30498E is #CFB671. Grayscale: #494949. Windows color (decimal): -13612658 or 9324848. OLE color: 9324848.
HSL color Cylindrical-coordinate representation of color #30498E: hue angle of 224.04º 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 #30498E is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 73 | 142 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.44 |
| HSL | 224.04º | 0.49% | 0.37% | - |
| HSV(B) | 224.04º | 0.66% | 0.56% | - |
| XYZ | 8.48 | 7.35 | 26.56 | - |
| YUV | 73.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 142 | 0.66 | 0.49 | 0 | 0.44 | 224.04 | 0.49 | 0.37 |
| Hex | 30 | 49 | 8E | 42 | 31 | 0 | 2C | E0 | 31 | 25 |
| Octal | 60 | 111 | 216 | 102 | 61 | 0 | 54 | 340 | 61 | 45 |
| Binary | 110000 | 1001001 | 10001110 | 1000010 | 110001 | 0 | 101100 | 11100000 | 110001 | 100101 |
Color Harmonies of #30498E
Complementary color
Monochromatic Colors of #30498E
Black with #30498E
Text Example
Text Example
White with #30498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30498E; }
p { color: rgb(48,73,142); }
H1.HeaderClassName
{
color: #30498E;
}
.AnyTagClassName
{
color: #30498E;
}
</style>
background-color css
<style>
a { background-color: #30498E; }
a { background-color: rgb(48,73,142); }
div.DivClassName
{
background-color: #30498E;
}
.BgClassName
{
background-color: #30498E;
}
</style>
border-color css
<style>
span { border-color: #30498E; }
span { border-color: rgb(48,73,142); }
td.TdClassName
{
border-color: #30498E;
}
.TagClassName
{
border-color: #30498E;
}
</style>