Shades of Tory Blue #2B408C
Tints of Tory Blue #2B408C
RGB
CMYK
RGB Variations
Color information
#2B408C (or 0x2B408C) is known color: Tory Blue. HEX triplet: 2B, 40 and 8C. RGB value is (43,64,140). Sum of RGB (Red+Green+Blue) = 43+64+140=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B408C is #D4BF73. Grayscale: #424242. Windows color (decimal): -13942644 or 9191467. OLE color: 9191467.
HSL color Cylindrical-coordinate representation of color #2B408C: hue angle of 227.01º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B408C is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 64 | 140 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.45 |
| HSL | 227.01º | 0.53% | 0.36% | - |
| HSV(B) | 227.01º | 0.69% | 0.55% | - |
| XYZ | 7.56 | 6.07 | 25.58 | - |
| YUV | 66.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 140 | 0.69 | 0.54 | 0 | 0.45 | 227.01 | 0.53 | 0.36 |
| Hex | 2B | 40 | 8C | 45 | 36 | 0 | 2D | E3 | 35 | 24 |
| Octal | 53 | 100 | 214 | 105 | 66 | 0 | 55 | 343 | 65 | 44 |
| Binary | 101011 | 1000000 | 10001100 | 1000101 | 110110 | 0 | 101101 | 11100011 | 110101 | 100100 |
Color Harmonies of #2B408C
Complementary color
Monochromatic Colors of #2B408C
Black with #2B408C
Text Example
Text Example
White with #2B408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B408C; }
p { color: rgb(43,64,140); }
H1.HeaderClassName
{
color: #2B408C;
}
.AnyTagClassName
{
color: #2B408C;
}
</style>
background-color css
<style>
a { background-color: #2B408C; }
a { background-color: rgb(43,64,140); }
div.DivClassName
{
background-color: #2B408C;
}
.BgClassName
{
background-color: #2B408C;
}
</style>
border-color css
<style>
span { border-color: #2B408C; }
span { border-color: rgb(43,64,140); }
td.TdClassName
{
border-color: #2B408C;
}
.TagClassName
{
border-color: #2B408C;
}
</style>