Shades of Tory Blue #30539D
Tints of Tory Blue #30539D
RGB
CMYK
RGB Variations
Color information
#30539D (or 0x30539D) is known color: Tory Blue. HEX triplet: 30, 53 and 9D. RGB value is (48,83,157). Sum of RGB (Red+Green+Blue) = 48+83+157=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #30539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30539D is #CFAC62. Grayscale: #505050. Windows color (decimal): -13610083 or 10310448. OLE color: 10310448.
HSL color Cylindrical-coordinate representation of color #30539D: hue angle of 220.73º 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 #30539D is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 83 | 157 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.38 |
| HSL | 220.73º | 0.53% | 0.4% | - |
| HSV(B) | 220.73º | 0.69% | 0.62% | - |
| XYZ | 10.4 | 9.25 | 33.14 | - |
| YUV | 80.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 157 | 0.69 | 0.47 | 0 | 0.38 | 220.73 | 0.53 | 0.4 |
| Hex | 30 | 53 | 9D | 45 | 2F | 0 | 26 | DD | 35 | 28 |
| Octal | 60 | 123 | 235 | 105 | 57 | 0 | 46 | 335 | 65 | 50 |
| Binary | 110000 | 1010011 | 10011101 | 1000101 | 101111 | 0 | 100110 | 11011101 | 110101 | 101000 |
Color Harmonies of #30539D
Complementary color
Monochromatic Colors of #30539D
Black with #30539D
Text Example
Text Example
White with #30539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30539D; }
p { color: rgb(48,83,157); }
H1.HeaderClassName
{
color: #30539D;
}
.AnyTagClassName
{
color: #30539D;
}
</style>
background-color css
<style>
a { background-color: #30539D; }
a { background-color: rgb(48,83,157); }
div.DivClassName
{
background-color: #30539D;
}
.BgClassName
{
background-color: #30539D;
}
</style>
border-color css
<style>
span { border-color: #30539D; }
span { border-color: rgb(48,83,157); }
td.TdClassName
{
border-color: #30539D;
}
.TagClassName
{
border-color: #30539D;
}
</style>