Shades of Tory Blue #2A449A
Tints of Tory Blue #2A449A
RGB
CMYK
RGB Variations
Color information
#2A449A (or 0x2A449A) is known color: Tory Blue. HEX triplet: 2A, 44 and 9A. RGB value is (42,68,154). Sum of RGB (Red+Green+Blue) = 42+68+154=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A449A is #D5BB65. Grayscale: #454545. Windows color (decimal): -14007142 or 10109994. OLE color: 10109994.
HSL color Cylindrical-coordinate representation of color #2A449A: hue angle of 226.07º 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 #2A449A is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 68 | 154 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.40 |
| HSL | 226.07º | 0.57% | 0.38% | - |
| HSV(B) | 226.07º | 0.73% | 0.6% | - |
| XYZ | 8.85 | 6.96 | 31.45 | - |
| YUV | 70.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 154 | 0.73 | 0.56 | 0 | 0.40 | 226.07 | 0.57 | 0.38 |
| Hex | 2A | 44 | 9A | 49 | 38 | 0 | 28 | E2 | 39 | 26 |
| Octal | 52 | 104 | 232 | 111 | 70 | 0 | 50 | 342 | 71 | 46 |
| Binary | 101010 | 1000100 | 10011010 | 1001001 | 111000 | 0 | 101000 | 11100010 | 111001 | 100110 |
Color Harmonies of #2A449A
Complementary color
Monochromatic Colors of #2A449A
Black with #2A449A
Text Example
Text Example
White with #2A449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A449A; }
p { color: rgb(42,68,154); }
H1.HeaderClassName
{
color: #2A449A;
}
.AnyTagClassName
{
color: #2A449A;
}
</style>
background-color css
<style>
a { background-color: #2A449A; }
a { background-color: rgb(42,68,154); }
div.DivClassName
{
background-color: #2A449A;
}
.BgClassName
{
background-color: #2A449A;
}
</style>
border-color css
<style>
span { border-color: #2A449A; }
span { border-color: rgb(42,68,154); }
td.TdClassName
{
border-color: #2A449A;
}
.TagClassName
{
border-color: #2A449A;
}
</style>