Shades of Tory Blue #30498A
Tints of Tory Blue #30498A
RGB
CMYK
RGB Variations
Color information
#30498A (or 0x30498A) is known color: Tory Blue. HEX triplet: 30, 49 and 8A. RGB value is (48,73,138). Sum of RGB (Red+Green+Blue) = 48+73+138=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #30498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30498A is #CFB675. Grayscale: #484848. Windows color (decimal): -13612662 or 9062704. OLE color: 9062704.
HSL color Cylindrical-coordinate representation of color #30498A: hue angle of 223.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30498A is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 48 | 73 | 138 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.46 |
| HSL | 223.33º | 0.48% | 0.36% | - |
| HSV(B) | 223.33º | 0.65% | 0.54% | - |
| XYZ | 8.19 | 7.23 | 25.01 | - |
| YUV | 72.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 138 | 0.65 | 0.47 | 0 | 0.46 | 223.33 | 0.48 | 0.36 |
| Hex | 30 | 49 | 8A | 41 | 2F | 0 | 2E | DF | 30 | 24 |
| Octal | 60 | 111 | 212 | 101 | 57 | 0 | 56 | 337 | 60 | 44 |
| Binary | 110000 | 1001001 | 10001010 | 1000001 | 101111 | 0 | 101110 | 11011111 | 110000 | 100100 |
Color Harmonies of #30498A
Complementary color
Monochromatic Colors of #30498A
Black with #30498A
Text Example
Text Example
White with #30498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30498A; }
p { color: rgb(48,73,138); }
H1.HeaderClassName
{
color: #30498A;
}
.AnyTagClassName
{
color: #30498A;
}
</style>
background-color css
<style>
a { background-color: #30498A; }
a { background-color: rgb(48,73,138); }
div.DivClassName
{
background-color: #30498A;
}
.BgClassName
{
background-color: #30498A;
}
</style>
border-color css
<style>
span { border-color: #30498A; }
span { border-color: rgb(48,73,138); }
td.TdClassName
{
border-color: #30498A;
}
.TagClassName
{
border-color: #30498A;
}
</style>