Shades of Tory Blue #2B408D
Tints of Tory Blue #2B408D
RGB
CMYK
RGB Variations
Color information
#2B408D (or 0x2B408D) is known color: Tory Blue. HEX triplet: 2B, 40 and 8D. RGB value is (43,64,141). Sum of RGB (Red+Green+Blue) = 43+64+141=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B408D is #D4BF72. Grayscale: #424242. Windows color (decimal): -13942643 or 9257003. OLE color: 9257003.
HSL color Cylindrical-coordinate representation of color #2B408D: hue angle of 227.14º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B408D is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 64 | 141 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.45 |
| HSL | 227.14º | 0.53% | 0.36% | - |
| HSV(B) | 227.14º | 0.7% | 0.55% | - |
| XYZ | 7.64 | 6.1 | 25.97 | - |
| YUV | 66.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 141 | 0.70 | 0.55 | 0 | 0.45 | 227.14 | 0.53 | 0.36 |
| Hex | 2B | 40 | 8D | 46 | 37 | 0 | 2D | E3 | 35 | 24 |
| Octal | 53 | 100 | 215 | 106 | 67 | 0 | 55 | 343 | 65 | 44 |
| Binary | 101011 | 1000000 | 10001101 | 1000110 | 110111 | 0 | 101101 | 11100011 | 110101 | 100100 |
Color Harmonies of #2B408D
Complementary color
Monochromatic Colors of #2B408D
Black with #2B408D
Text Example
Text Example
White with #2B408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B408D; }
p { color: rgb(43,64,141); }
H1.HeaderClassName
{
color: #2B408D;
}
.AnyTagClassName
{
color: #2B408D;
}
</style>
background-color css
<style>
a { background-color: #2B408D; }
a { background-color: rgb(43,64,141); }
div.DivClassName
{
background-color: #2B408D;
}
.BgClassName
{
background-color: #2B408D;
}
</style>
border-color css
<style>
span { border-color: #2B408D; }
span { border-color: rgb(43,64,141); }
td.TdClassName
{
border-color: #2B408D;
}
.TagClassName
{
border-color: #2B408D;
}
</style>