Shades of Tory Blue #30529D
Tints of Tory Blue #30529D
RGB
CMYK
RGB Variations
Color information
#30529D (or 0x30529D) is known color: Tory Blue. HEX triplet: 30, 52 and 9D. RGB value is (48,82,157). Sum of RGB (Red+Green+Blue) = 48+82+157=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #30529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30529D is #CFAD62. Grayscale: #505050. Windows color (decimal): -13610339 or 10310192. OLE color: 10310192.
HSL color Cylindrical-coordinate representation of color #30529D: hue angle of 221.28º 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 #30529D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 82 | 157 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.38 |
| HSL | 221.28º | 0.53% | 0.4% | - |
| HSV(B) | 221.28º | 0.69% | 0.62% | - |
| XYZ | 10.32 | 9.1 | 33.11 | - |
| YUV | 80.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 157 | 0.69 | 0.48 | 0 | 0.38 | 221.28 | 0.53 | 0.4 |
| Hex | 30 | 52 | 9D | 45 | 30 | 0 | 26 | DD | 35 | 28 |
| Octal | 60 | 122 | 235 | 105 | 60 | 0 | 46 | 335 | 65 | 50 |
| Binary | 110000 | 1010010 | 10011101 | 1000101 | 110000 | 0 | 100110 | 11011101 | 110101 | 101000 |
Color Harmonies of #30529D
Complementary color
Monochromatic Colors of #30529D
Black with #30529D
Text Example
Text Example
White with #30529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30529D; }
p { color: rgb(48,82,157); }
H1.HeaderClassName
{
color: #30529D;
}
.AnyTagClassName
{
color: #30529D;
}
</style>
background-color css
<style>
a { background-color: #30529D; }
a { background-color: rgb(48,82,157); }
div.DivClassName
{
background-color: #30529D;
}
.BgClassName
{
background-color: #30529D;
}
</style>
border-color css
<style>
span { border-color: #30529D; }
span { border-color: rgb(48,82,157); }
td.TdClassName
{
border-color: #30529D;
}
.TagClassName
{
border-color: #30529D;
}
</style>