Shades of Tory Blue #30509F
Tints of Tory Blue #30509F
RGB
CMYK
RGB Variations
Color information
#30509F (or 0x30509F) is known color: Tory Blue. HEX triplet: 30, 50 and 9F. RGB value is (48,80,159). Sum of RGB (Red+Green+Blue) = 48+80+159=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #30509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30509F is #CFAF60. Grayscale: #4F4F4F. Windows color (decimal): -13610849 or 10440752. OLE color: 10440752.
HSL color Cylindrical-coordinate representation of color #30509F: hue angle of 222.7º 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 #30509F is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 80 | 159 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.38 |
| HSL | 222.7º | 0.54% | 0.41% | - |
| HSV(B) | 222.7º | 0.7% | 0.62% | - |
| XYZ | 10.35 | 8.87 | 33.97 | - |
| YUV | 79.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 159 | 0.70 | 0.50 | 0 | 0.38 | 222.7 | 0.54 | 0.41 |
| Hex | 30 | 50 | 9F | 46 | 32 | 0 | 26 | DF | 36 | 29 |
| Octal | 60 | 120 | 237 | 106 | 62 | 0 | 46 | 337 | 66 | 51 |
| Binary | 110000 | 1010000 | 10011111 | 1000110 | 110010 | 0 | 100110 | 11011111 | 110110 | 101001 |
Color Harmonies of #30509F
Complementary color
Monochromatic Colors of #30509F
Black with #30509F
Text Example
Text Example
White with #30509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30509F; }
p { color: rgb(48,80,159); }
H1.HeaderClassName
{
color: #30509F;
}
.AnyTagClassName
{
color: #30509F;
}
</style>
background-color css
<style>
a { background-color: #30509F; }
a { background-color: rgb(48,80,159); }
div.DivClassName
{
background-color: #30509F;
}
.BgClassName
{
background-color: #30509F;
}
</style>
border-color css
<style>
span { border-color: #30509F; }
span { border-color: rgb(48,80,159); }
td.TdClassName
{
border-color: #30509F;
}
.TagClassName
{
border-color: #30509F;
}
</style>