Shades of Tory Blue #30409A
Tints of Tory Blue #30409A
RGB
CMYK
RGB Variations
Color information
#30409A (or 0x30409A) is known color: Tory Blue. HEX triplet: 30, 40 and 9A. RGB value is (48,64,154). Sum of RGB (Red+Green+Blue) = 48+64+154=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #30409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30409A is #CFBF65. Grayscale: #454545. Windows color (decimal): -13614950 or 10108976. OLE color: 10108976.
HSL color Cylindrical-coordinate representation of color #30409A: hue angle of 230.94º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30409A is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 64 | 154 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.40 |
| HSL | 230.94º | 0.52% | 0.4% | - |
| HSV(B) | 230.94º | 0.69% | 0.6% | - |
| XYZ | 8.89 | 6.63 | 31.38 | - |
| YUV | 69.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 154 | 0.69 | 0.58 | 0 | 0.40 | 230.94 | 0.52 | 0.4 |
| Hex | 30 | 40 | 9A | 45 | 3A | 0 | 28 | E7 | 34 | 28 |
| Octal | 60 | 100 | 232 | 105 | 72 | 0 | 50 | 347 | 64 | 50 |
| Binary | 110000 | 1000000 | 10011010 | 1000101 | 111010 | 0 | 101000 | 11100111 | 110100 | 101000 |
Color Harmonies of #30409A
Complementary color
Monochromatic Colors of #30409A
Black with #30409A
Text Example
Text Example
White with #30409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30409A; }
p { color: rgb(48,64,154); }
H1.HeaderClassName
{
color: #30409A;
}
.AnyTagClassName
{
color: #30409A;
}
</style>
background-color css
<style>
a { background-color: #30409A; }
a { background-color: rgb(48,64,154); }
div.DivClassName
{
background-color: #30409A;
}
.BgClassName
{
background-color: #30409A;
}
</style>
border-color css
<style>
span { border-color: #30409A; }
span { border-color: rgb(48,64,154); }
td.TdClassName
{
border-color: #30409A;
}
.TagClassName
{
border-color: #30409A;
}
</style>