Shades of Tory Blue #2A458D
Tints of Tory Blue #2A458D
RGB
CMYK
RGB Variations
Color information
#2A458D (or 0x2A458D) is known color: Tory Blue. HEX triplet: 2A, 45 and 8D. RGB value is (42,69,141). Sum of RGB (Red+Green+Blue) = 42+69+141=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A458D is #D5BA72. Grayscale: #444444. Windows color (decimal): -14006899 or 9258282. OLE color: 9258282.
HSL color Cylindrical-coordinate representation of color #2A458D: hue angle of 223.64º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A458D is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 69 | 141 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.45 |
| HSL | 223.64º | 0.54% | 0.36% | - |
| HSV(B) | 223.64º | 0.7% | 0.55% | - |
| XYZ | 7.89 | 6.67 | 26.07 | - |
| YUV | 69.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 141 | 0.70 | 0.51 | 0 | 0.45 | 223.64 | 0.54 | 0.36 |
| Hex | 2A | 45 | 8D | 46 | 33 | 0 | 2D | E0 | 36 | 24 |
| Octal | 52 | 105 | 215 | 106 | 63 | 0 | 55 | 340 | 66 | 44 |
| Binary | 101010 | 1000101 | 10001101 | 1000110 | 110011 | 0 | 101101 | 11100000 | 110110 | 100100 |
Color Harmonies of #2A458D
Complementary color
Monochromatic Colors of #2A458D
Black with #2A458D
Text Example
Text Example
White with #2A458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A458D; }
p { color: rgb(42,69,141); }
H1.HeaderClassName
{
color: #2A458D;
}
.AnyTagClassName
{
color: #2A458D;
}
</style>
background-color css
<style>
a { background-color: #2A458D; }
a { background-color: rgb(42,69,141); }
div.DivClassName
{
background-color: #2A458D;
}
.BgClassName
{
background-color: #2A458D;
}
</style>
border-color css
<style>
span { border-color: #2A458D; }
span { border-color: rgb(42,69,141); }
td.TdClassName
{
border-color: #2A458D;
}
.TagClassName
{
border-color: #2A458D;
}
</style>