Shades of Tory Blue #2B49A2
Tints of Tory Blue #2B49A2
RGB
CMYK
RGB Variations
Color information
#2B49A2 (or 0x2B49A2) is known color: Tory Blue. HEX triplet: 2B, 49 and A2. RGB value is (43,73,162). Sum of RGB (Red+Green+Blue) = 43+73+162=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B49A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B49A2 is #D4B65D. Grayscale: #494949. Windows color (decimal): -13940318 or 10635563. OLE color: 10635563.
HSL color Cylindrical-coordinate representation of color #2B49A2: hue angle of 224.87º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B49A2 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 73 | 162 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.36 |
| HSL | 224.87º | 0.58% | 0.4% | - |
| HSV(B) | 224.87º | 0.73% | 0.64% | - |
| XYZ | 9.9 | 7.89 | 35.18 | - |
| YUV | 74.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 162 | 0.73 | 0.55 | 0 | 0.36 | 224.87 | 0.58 | 0.4 |
| Hex | 2B | 49 | A2 | 49 | 37 | 0 | 24 | E1 | 3A | 28 |
| Octal | 53 | 111 | 242 | 111 | 67 | 0 | 44 | 341 | 72 | 50 |
| Binary | 101011 | 1001001 | 10100010 | 1001001 | 110111 | 0 | 100100 | 11100001 | 111010 | 101000 |
Color Harmonies of #2B49A2
Complementary color
Monochromatic Colors of #2B49A2
Black with #2B49A2
Text Example
Text Example
White with #2B49A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B49A2; }
p { color: rgb(43,73,162); }
H1.HeaderClassName
{
color: #2B49A2;
}
.AnyTagClassName
{
color: #2B49A2;
}
</style>
background-color css
<style>
a { background-color: #2B49A2; }
a { background-color: rgb(43,73,162); }
div.DivClassName
{
background-color: #2B49A2;
}
.BgClassName
{
background-color: #2B49A2;
}
</style>
border-color css
<style>
span { border-color: #2B49A2; }
span { border-color: rgb(43,73,162); }
td.TdClassName
{
border-color: #2B49A2;
}
.TagClassName
{
border-color: #2B49A2;
}
</style>