Shades of Tory Blue #2A428B
Tints of Tory Blue #2A428B
RGB
CMYK
RGB Variations
Color information
#2A428B (or 0x2A428B) is known color: Tory Blue. HEX triplet: 2A, 42 and 8B. RGB value is (42,66,139). Sum of RGB (Red+Green+Blue) = 42+66+139=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A428B is #D5BD74. Grayscale: #424242. Windows color (decimal): -14007669 or 9126442. OLE color: 9126442.
HSL color Cylindrical-coordinate representation of color #2A428B: hue angle of 225.15º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A428B is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 66 | 139 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.45 |
| HSL | 225.15º | 0.54% | 0.35% | - |
| HSV(B) | 225.15º | 0.7% | 0.55% | - |
| XYZ | 7.56 | 6.25 | 25.23 | - |
| YUV | 67.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 139 | 0.70 | 0.53 | 0 | 0.45 | 225.15 | 0.54 | 0.35 |
| Hex | 2A | 42 | 8B | 46 | 35 | 0 | 2D | E1 | 36 | 23 |
| Octal | 52 | 102 | 213 | 106 | 65 | 0 | 55 | 341 | 66 | 43 |
| Binary | 101010 | 1000010 | 10001011 | 1000110 | 110101 | 0 | 101101 | 11100001 | 110110 | 100011 |
Color Harmonies of #2A428B
Complementary color
Monochromatic Colors of #2A428B
Black with #2A428B
Text Example
Text Example
White with #2A428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A428B; }
p { color: rgb(42,66,139); }
H1.HeaderClassName
{
color: #2A428B;
}
.AnyTagClassName
{
color: #2A428B;
}
</style>
background-color css
<style>
a { background-color: #2A428B; }
a { background-color: rgb(42,66,139); }
div.DivClassName
{
background-color: #2A428B;
}
.BgClassName
{
background-color: #2A428B;
}
</style>
border-color css
<style>
span { border-color: #2A428B; }
span { border-color: rgb(42,66,139); }
td.TdClassName
{
border-color: #2A428B;
}
.TagClassName
{
border-color: #2A428B;
}
</style>