Shades of Tory Blue #2A4495
Tints of Tory Blue #2A4495
RGB
CMYK
RGB Variations
Color information
#2A4495 (or 0x2A4495) is known color: Tory Blue. HEX triplet: 2A, 44 and 95. RGB value is (42,68,149). Sum of RGB (Red+Green+Blue) = 42+68+149=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A4495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4495 is #D5BB6A. Grayscale: #454545. Windows color (decimal): -14007147 or 9782314. OLE color: 9782314.
HSL color Cylindrical-coordinate representation of color #2A4495: hue angle of 225.42º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4495 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 68 | 149 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.42 |
| HSL | 225.42º | 0.56% | 0.37% | - |
| HSV(B) | 225.42º | 0.72% | 0.58% | - |
| XYZ | 8.45 | 6.8 | 29.3 | - |
| YUV | 69.46 | 172.89 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 149 | 0.72 | 0.54 | 0 | 0.42 | 225.42 | 0.56 | 0.37 |
| Hex | 2A | 44 | 95 | 48 | 36 | 0 | 2A | E1 | 38 | 25 |
| Octal | 52 | 104 | 225 | 110 | 66 | 0 | 52 | 341 | 70 | 45 |
| Binary | 101010 | 1000100 | 10010101 | 1001000 | 110110 | 0 | 101010 | 11100001 | 111000 | 100101 |
Color Harmonies of #2A4495
Complementary color
Monochromatic Colors of #2A4495
Black with #2A4495
Text Example
Text Example
White with #2A4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4495; }
p { color: rgb(42,68,149); }
H1.HeaderClassName
{
color: #2A4495;
}
.AnyTagClassName
{
color: #2A4495;
}
</style>
background-color css
<style>
a { background-color: #2A4495; }
a { background-color: rgb(42,68,149); }
div.DivClassName
{
background-color: #2A4495;
}
.BgClassName
{
background-color: #2A4495;
}
</style>
border-color css
<style>
span { border-color: #2A4495; }
span { border-color: rgb(42,68,149); }
td.TdClassName
{
border-color: #2A4495;
}
.TagClassName
{
border-color: #2A4495;
}
</style>