Shades of Tory Blue #2A478B
Tints of Tory Blue #2A478B
RGB
CMYK
RGB Variations
Color information
#2A478B (or 0x2A478B) is known color: Tory Blue. HEX triplet: 2A, 47 and 8B. RGB value is (42,71,139). Sum of RGB (Red+Green+Blue) = 42+71+139=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A478B is #D5B874. Grayscale: #454545. Windows color (decimal): -14006389 or 9127722. OLE color: 9127722.
HSL color Cylindrical-coordinate representation of color #2A478B: hue angle of 222.06º 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 #2A478B is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 71 | 139 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.45 |
| HSL | 222.06º | 0.54% | 0.35% | - |
| HSV(B) | 222.06º | 0.7% | 0.55% | - |
| XYZ | 7.87 | 6.86 | 25.34 | - |
| YUV | 70.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 139 | 0.70 | 0.49 | 0 | 0.45 | 222.06 | 0.54 | 0.35 |
| Hex | 2A | 47 | 8B | 46 | 31 | 0 | 2D | DE | 36 | 23 |
| Octal | 52 | 107 | 213 | 106 | 61 | 0 | 55 | 336 | 66 | 43 |
| Binary | 101010 | 1000111 | 10001011 | 1000110 | 110001 | 0 | 101101 | 11011110 | 110110 | 100011 |
Color Harmonies of #2A478B
Complementary color
Monochromatic Colors of #2A478B
Black with #2A478B
Text Example
Text Example
White with #2A478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A478B; }
p { color: rgb(42,71,139); }
H1.HeaderClassName
{
color: #2A478B;
}
.AnyTagClassName
{
color: #2A478B;
}
</style>
background-color css
<style>
a { background-color: #2A478B; }
a { background-color: rgb(42,71,139); }
div.DivClassName
{
background-color: #2A478B;
}
.BgClassName
{
background-color: #2A478B;
}
</style>
border-color css
<style>
span { border-color: #2A478B; }
span { border-color: rgb(42,71,139); }
td.TdClassName
{
border-color: #2A478B;
}
.TagClassName
{
border-color: #2A478B;
}
</style>