Shades of Tory Blue #30549D
Tints of Tory Blue #30549D
RGB
CMYK
RGB Variations
Color information
#30549D (or 0x30549D) is known color: Tory Blue. HEX triplet: 30, 54 and 9D. RGB value is (48,84,157). Sum of RGB (Red+Green+Blue) = 48+84+157=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #30549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30549D is #CFAB62. Grayscale: #515151. Windows color (decimal): -13609827 or 10310704. OLE color: 10310704.
HSL color Cylindrical-coordinate representation of color #30549D: hue angle of 220.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30549D is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 84 | 157 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.38 |
| HSL | 220.18º | 0.53% | 0.4% | - |
| HSV(B) | 220.18º | 0.69% | 0.62% | - |
| XYZ | 10.48 | 9.4 | 33.16 | - |
| YUV | 81.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 157 | 0.69 | 0.46 | 0 | 0.38 | 220.18 | 0.53 | 0.4 |
| Hex | 30 | 54 | 9D | 45 | 2E | 0 | 26 | DC | 35 | 28 |
| Octal | 60 | 124 | 235 | 105 | 56 | 0 | 46 | 334 | 65 | 50 |
| Binary | 110000 | 1010100 | 10011101 | 1000101 | 101110 | 0 | 100110 | 11011100 | 110101 | 101000 |
Color Harmonies of #30549D
Complementary color
Monochromatic Colors of #30549D
Black with #30549D
Text Example
Text Example
White with #30549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30549D; }
p { color: rgb(48,84,157); }
H1.HeaderClassName
{
color: #30549D;
}
.AnyTagClassName
{
color: #30549D;
}
</style>
background-color css
<style>
a { background-color: #30549D; }
a { background-color: rgb(48,84,157); }
div.DivClassName
{
background-color: #30549D;
}
.BgClassName
{
background-color: #30549D;
}
</style>
border-color css
<style>
span { border-color: #30549D; }
span { border-color: rgb(48,84,157); }
td.TdClassName
{
border-color: #30549D;
}
.TagClassName
{
border-color: #30549D;
}
</style>