Shades of Tory Blue #2A4A94
Tints of Tory Blue #2A4A94
RGB
CMYK
RGB Variations
Color information
#2A4A94 (or 0x2A4A94) is known color: Tory Blue. HEX triplet: 2A, 4A and 94. RGB value is (42,74,148). Sum of RGB (Red+Green+Blue) = 42+74+148=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A4A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A4A94 is #D5B56B. Grayscale: #484848. Windows color (decimal): -14005612 or 9718314. OLE color: 9718314.
HSL color Cylindrical-coordinate representation of color #2A4A94: hue angle of 221.89º 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 #2A4A94 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 74 | 148 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.42 |
| HSL | 221.89º | 0.56% | 0.37% | - |
| HSV(B) | 221.89º | 0.72% | 0.58% | - |
| XYZ | 8.75 | 7.53 | 29.01 | - |
| YUV | 72.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 148 | 0.72 | 0.50 | 0 | 0.42 | 221.89 | 0.56 | 0.37 |
| Hex | 2A | 4A | 94 | 48 | 32 | 0 | 2A | DE | 38 | 25 |
| Octal | 52 | 112 | 224 | 110 | 62 | 0 | 52 | 336 | 70 | 45 |
| Binary | 101010 | 1001010 | 10010100 | 1001000 | 110010 | 0 | 101010 | 11011110 | 111000 | 100101 |
Color Harmonies of #2A4A94
Complementary color
Monochromatic Colors of #2A4A94
Black with #2A4A94
Text Example
Text Example
White with #2A4A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4A94; }
p { color: rgb(42,74,148); }
H1.HeaderClassName
{
color: #2A4A94;
}
.AnyTagClassName
{
color: #2A4A94;
}
</style>
background-color css
<style>
a { background-color: #2A4A94; }
a { background-color: rgb(42,74,148); }
div.DivClassName
{
background-color: #2A4A94;
}
.BgClassName
{
background-color: #2A4A94;
}
</style>
border-color css
<style>
span { border-color: #2A4A94; }
span { border-color: rgb(42,74,148); }
td.TdClassName
{
border-color: #2A4A94;
}
.TagClassName
{
border-color: #2A4A94;
}
</style>