Shades of Tory Blue #2A4490
Tints of Tory Blue #2A4490
RGB
CMYK
RGB Variations
Color information
#2A4490 (or 0x2A4490) is known color: Tory Blue. HEX triplet: 2A, 44 and 90. RGB value is (42,68,144). Sum of RGB (Red+Green+Blue) = 42+68+144=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #2A4490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4490 is #D5BB6F. Grayscale: #444444. Windows color (decimal): -14007152 or 9454634. OLE color: 9454634.
HSL color Cylindrical-coordinate representation of color #2A4490: hue angle of 224.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A4490 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 68 | 144 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.44 |
| HSL | 224.71º | 0.55% | 0.36% | - |
| HSV(B) | 224.71º | 0.71% | 0.56% | - |
| XYZ | 8.06 | 6.64 | 27.24 | - |
| YUV | 68.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 68 | 144 | 0.71 | 0.53 | 0 | 0.44 | 224.71 | 0.55 | 0.36 |
| Hex | 2A | 44 | 90 | 47 | 35 | 0 | 2C | E1 | 37 | 24 |
| Octal | 52 | 104 | 220 | 107 | 65 | 0 | 54 | 341 | 67 | 44 |
| Binary | 101010 | 1000100 | 10010000 | 1000111 | 110101 | 0 | 101100 | 11100001 | 110111 | 100100 |
Color Harmonies of #2A4490
Complementary color
Monochromatic Colors of #2A4490
Black with #2A4490
Text Example
Text Example
White with #2A4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4490; }
p { color: rgb(42,68,144); }
H1.HeaderClassName
{
color: #2A4490;
}
.AnyTagClassName
{
color: #2A4490;
}
</style>
background-color css
<style>
a { background-color: #2A4490; }
a { background-color: rgb(42,68,144); }
div.DivClassName
{
background-color: #2A4490;
}
.BgClassName
{
background-color: #2A4490;
}
</style>
border-color css
<style>
span { border-color: #2A4490; }
span { border-color: rgb(42,68,144); }
td.TdClassName
{
border-color: #2A4490;
}
.TagClassName
{
border-color: #2A4490;
}
</style>