Shades of Tory Blue #30409E
Tints of Tory Blue #30409E
RGB
CMYK
RGB Variations
Color information
#30409E (or 0x30409E) is known color: Tory Blue. HEX triplet: 30, 40 and 9E. RGB value is (48,64,158). Sum of RGB (Red+Green+Blue) = 48+64+158=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #30409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30409E is #CFBF61. Grayscale: #454545. Windows color (decimal): -13614946 or 10371120. OLE color: 10371120.
HSL color Cylindrical-coordinate representation of color #30409E: hue angle of 231.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30409E is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 64 | 158 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.38 |
| HSL | 231.27º | 0.53% | 0.4% | - |
| HSV(B) | 231.27º | 0.7% | 0.62% | - |
| XYZ | 9.22 | 6.76 | 33.17 | - |
| YUV | 69.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 158 | 0.70 | 0.59 | 0 | 0.38 | 231.27 | 0.53 | 0.4 |
| Hex | 30 | 40 | 9E | 46 | 3B | 0 | 26 | E7 | 35 | 28 |
| Octal | 60 | 100 | 236 | 106 | 73 | 0 | 46 | 347 | 65 | 50 |
| Binary | 110000 | 1000000 | 10011110 | 1000110 | 111011 | 0 | 100110 | 11100111 | 110101 | 101000 |
Color Harmonies of #30409E
Complementary color
Monochromatic Colors of #30409E
Black with #30409E
Text Example
Text Example
White with #30409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30409E; }
p { color: rgb(48,64,158); }
H1.HeaderClassName
{
color: #30409E;
}
.AnyTagClassName
{
color: #30409E;
}
</style>
background-color css
<style>
a { background-color: #30409E; }
a { background-color: rgb(48,64,158); }
div.DivClassName
{
background-color: #30409E;
}
.BgClassName
{
background-color: #30409E;
}
</style>
border-color css
<style>
span { border-color: #30409E; }
span { border-color: rgb(48,64,158); }
td.TdClassName
{
border-color: #30409E;
}
.TagClassName
{
border-color: #30409E;
}
</style>