Shades of Tory Blue #30409F
Tints of Tory Blue #30409F
RGB
CMYK
RGB Variations
Color information
#30409F (or 0x30409F) is known color: Tory Blue. HEX triplet: 30, 40 and 9F. RGB value is (48,64,159). Sum of RGB (Red+Green+Blue) = 48+64+159=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #30409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30409F is #CFBF60. Grayscale: #454545. Windows color (decimal): -13614945 or 10436656. OLE color: 10436656.
HSL color Cylindrical-coordinate representation of color #30409F: hue angle of 231.35º 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 #30409F is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 64 | 159 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.38 |
| HSL | 231.35º | 0.54% | 0.41% | - |
| HSV(B) | 231.35º | 0.7% | 0.62% | - |
| XYZ | 9.31 | 6.8 | 33.62 | - |
| YUV | 70.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 159 | 0.70 | 0.60 | 0 | 0.38 | 231.35 | 0.54 | 0.41 |
| Hex | 30 | 40 | 9F | 46 | 3C | 0 | 26 | E7 | 36 | 29 |
| Octal | 60 | 100 | 237 | 106 | 74 | 0 | 46 | 347 | 66 | 51 |
| Binary | 110000 | 1000000 | 10011111 | 1000110 | 111100 | 0 | 100110 | 11100111 | 110110 | 101001 |
Color Harmonies of #30409F
Complementary color
Monochromatic Colors of #30409F
Black with #30409F
Text Example
Text Example
White with #30409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30409F; }
p { color: rgb(48,64,159); }
H1.HeaderClassName
{
color: #30409F;
}
.AnyTagClassName
{
color: #30409F;
}
</style>
background-color css
<style>
a { background-color: #30409F; }
a { background-color: rgb(48,64,159); }
div.DivClassName
{
background-color: #30409F;
}
.BgClassName
{
background-color: #30409F;
}
</style>
border-color css
<style>
span { border-color: #30409F; }
span { border-color: rgb(48,64,159); }
td.TdClassName
{
border-color: #30409F;
}
.TagClassName
{
border-color: #30409F;
}
</style>