Shades of Tory Blue #2A4697
Tints of Tory Blue #2A4697
RGB
CMYK
RGB Variations
Color information
#2A4697 (or 0x2A4697) is known color: Tory Blue. HEX triplet: 2A, 46 and 97. RGB value is (42,70,151). Sum of RGB (Red+Green+Blue) = 42+70+151=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 151 (59.38% from 255 or 57.41% from 263); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A4697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4697 is #D5B968. Grayscale: #464646. Windows color (decimal): -14006633 or 9913898. OLE color: 9913898.
HSL color Cylindrical-coordinate representation of color #2A4697: hue angle of 224.59º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A4697 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 70 | 151 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.41 |
| HSL | 224.59º | 0.56% | 0.38% | - |
| HSV(B) | 224.59º | 0.72% | 0.59% | - |
| XYZ | 8.73 | 7.11 | 30.19 | - |
| YUV | 70.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 151 | 0.72 | 0.54 | 0 | 0.41 | 224.59 | 0.56 | 0.38 |
| Hex | 2A | 46 | 97 | 48 | 36 | 0 | 29 | E1 | 38 | 26 |
| Octal | 52 | 106 | 227 | 110 | 66 | 0 | 51 | 341 | 70 | 46 |
| Binary | 101010 | 1000110 | 10010111 | 1001000 | 110110 | 0 | 101001 | 11100001 | 111000 | 100110 |
Color Harmonies of #2A4697
Complementary color
Monochromatic Colors of #2A4697
Black with #2A4697
Text Example
Text Example
White with #2A4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4697; }
p { color: rgb(42,70,151); }
H1.HeaderClassName
{
color: #2A4697;
}
.AnyTagClassName
{
color: #2A4697;
}
</style>
background-color css
<style>
a { background-color: #2A4697; }
a { background-color: rgb(42,70,151); }
div.DivClassName
{
background-color: #2A4697;
}
.BgClassName
{
background-color: #2A4697;
}
</style>
border-color css
<style>
span { border-color: #2A4697; }
span { border-color: rgb(42,70,151); }
td.TdClassName
{
border-color: #2A4697;
}
.TagClassName
{
border-color: #2A4697;
}
</style>