Shades of Tory Blue #30529F
Tints of Tory Blue #30529F
RGB
CMYK
RGB Variations
Color information
#30529F (or 0x30529F) is known color: Tory Blue. HEX triplet: 30, 52 and 9F. RGB value is (48,82,159). Sum of RGB (Red+Green+Blue) = 48+82+159=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #30529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30529F is #CFAD60. Grayscale: #505050. Windows color (decimal): -13610337 or 10441264. OLE color: 10441264.
HSL color Cylindrical-coordinate representation of color #30529F: hue angle of 221.62º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30529F is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 82 | 159 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.38 |
| HSL | 221.62º | 0.54% | 0.41% | - |
| HSV(B) | 221.62º | 0.7% | 0.62% | - |
| XYZ | 10.49 | 9.17 | 34.02 | - |
| YUV | 80.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 159 | 0.70 | 0.48 | 0 | 0.38 | 221.62 | 0.54 | 0.41 |
| Hex | 30 | 52 | 9F | 46 | 30 | 0 | 26 | DE | 36 | 29 |
| Octal | 60 | 122 | 237 | 106 | 60 | 0 | 46 | 336 | 66 | 51 |
| Binary | 110000 | 1010010 | 10011111 | 1000110 | 110000 | 0 | 100110 | 11011110 | 110110 | 101001 |
Color Harmonies of #30529F
Complementary color
Monochromatic Colors of #30529F
Black with #30529F
Text Example
Text Example
White with #30529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30529F; }
p { color: rgb(48,82,159); }
H1.HeaderClassName
{
color: #30529F;
}
.AnyTagClassName
{
color: #30529F;
}
</style>
background-color css
<style>
a { background-color: #30529F; }
a { background-color: rgb(48,82,159); }
div.DivClassName
{
background-color: #30529F;
}
.BgClassName
{
background-color: #30529F;
}
</style>
border-color css
<style>
span { border-color: #30529F; }
span { border-color: rgb(48,82,159); }
td.TdClassName
{
border-color: #30529F;
}
.TagClassName
{
border-color: #30529F;
}
</style>