Shades of Tory Blue #2A469A
Tints of Tory Blue #2A469A
RGB
CMYK
RGB Variations
Color information
#2A469A (or 0x2A469A) is known color: Tory Blue. HEX triplet: 2A, 46 and 9A. RGB value is (42,70,154). Sum of RGB (Red+Green+Blue) = 42+70+154=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 70 (27.73% from 255 or 26.32% 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 #2A469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A469A is #D5B965. Grayscale: #464646. Windows color (decimal): -14006630 or 10110506. OLE color: 10110506.
HSL color Cylindrical-coordinate representation of color #2A469A: hue angle of 225º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A469A is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 70 | 154 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.40 |
| HSL | 225º | 0.57% | 0.38% | - |
| HSV(B) | 225º | 0.73% | 0.6% | - |
| XYZ | 8.98 | 7.21 | 31.49 | - |
| YUV | 71.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 154 | 0.73 | 0.55 | 0 | 0.40 | 225 | 0.57 | 0.38 |
| Hex | 2A | 46 | 9A | 49 | 37 | 0 | 28 | E1 | 39 | 26 |
| Octal | 52 | 106 | 232 | 111 | 67 | 0 | 50 | 341 | 71 | 46 |
| Binary | 101010 | 1000110 | 10011010 | 1001001 | 110111 | 0 | 101000 | 11100001 | 111001 | 100110 |
Color Harmonies of #2A469A
Complementary color
Monochromatic Colors of #2A469A
Black with #2A469A
Text Example
Text Example
White with #2A469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A469A; }
p { color: rgb(42,70,154); }
H1.HeaderClassName
{
color: #2A469A;
}
.AnyTagClassName
{
color: #2A469A;
}
</style>
background-color css
<style>
a { background-color: #2A469A; }
a { background-color: rgb(42,70,154); }
div.DivClassName
{
background-color: #2A469A;
}
.BgClassName
{
background-color: #2A469A;
}
</style>
border-color css
<style>
span { border-color: #2A469A; }
span { border-color: rgb(42,70,154); }
td.TdClassName
{
border-color: #2A469A;
}
.TagClassName
{
border-color: #2A469A;
}
</style>