Shades of Tory Blue #2B408E
Tints of Tory Blue #2B408E
RGB
CMYK
RGB Variations
Color information
#2B408E (or 0x2B408E) is known color: Tory Blue. HEX triplet: 2B, 40 and 8E. RGB value is (43,64,142). Sum of RGB (Red+Green+Blue) = 43+64+142=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B408E is #D4BF71. Grayscale: #424242. Windows color (decimal): -13942642 or 9322539. OLE color: 9322539.
HSL color Cylindrical-coordinate representation of color #2B408E: hue angle of 227.27º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B408E is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 64 | 142 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.44 |
| HSL | 227.27º | 0.54% | 0.36% | - |
| HSV(B) | 227.27º | 0.7% | 0.56% | - |
| XYZ | 7.71 | 6.13 | 26.37 | - |
| YUV | 66.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 142 | 0.70 | 0.55 | 0 | 0.44 | 227.27 | 0.54 | 0.36 |
| Hex | 2B | 40 | 8E | 46 | 37 | 0 | 2C | E3 | 36 | 24 |
| Octal | 53 | 100 | 216 | 106 | 67 | 0 | 54 | 343 | 66 | 44 |
| Binary | 101011 | 1000000 | 10001110 | 1000110 | 110111 | 0 | 101100 | 11100011 | 110110 | 100100 |
Color Harmonies of #2B408E
Complementary color
Monochromatic Colors of #2B408E
Black with #2B408E
Text Example
Text Example
White with #2B408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B408E; }
p { color: rgb(43,64,142); }
H1.HeaderClassName
{
color: #2B408E;
}
.AnyTagClassName
{
color: #2B408E;
}
</style>
background-color css
<style>
a { background-color: #2B408E; }
a { background-color: rgb(43,64,142); }
div.DivClassName
{
background-color: #2B408E;
}
.BgClassName
{
background-color: #2B408E;
}
</style>
border-color css
<style>
span { border-color: #2B408E; }
span { border-color: rgb(43,64,142); }
td.TdClassName
{
border-color: #2B408E;
}
.TagClassName
{
border-color: #2B408E;
}
</style>