Shades of Tory Blue #2B409D
Tints of Tory Blue #2B409D
RGB
CMYK
RGB Variations
Color information
#2B409D (or 0x2B409D) is known color: Tory Blue. HEX triplet: 2B, 40 and 9D. RGB value is (43,64,157). Sum of RGB (Red+Green+Blue) = 43+64+157=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B409D is #D4BF62. Grayscale: #434343. Windows color (decimal): -13942627 or 10305579. OLE color: 10305579.
HSL color Cylindrical-coordinate representation of color #2B409D: hue angle of 228.95º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B409D is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 64 | 157 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.38 |
| HSL | 228.95º | 0.57% | 0.39% | - |
| HSV(B) | 228.95º | 0.73% | 0.62% | - |
| XYZ | 8.92 | 6.61 | 32.71 | - |
| YUV | 68.32 | 178.04 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 157 | 0.73 | 0.59 | 0 | 0.38 | 228.95 | 0.57 | 0.39 |
| Hex | 2B | 40 | 9D | 49 | 3B | 0 | 26 | E5 | 39 | 27 |
| Octal | 53 | 100 | 235 | 111 | 73 | 0 | 46 | 345 | 71 | 47 |
| Binary | 101011 | 1000000 | 10011101 | 1001001 | 111011 | 0 | 100110 | 11100101 | 111001 | 100111 |
Color Harmonies of #2B409D
Complementary color
Monochromatic Colors of #2B409D
Black with #2B409D
Text Example
Text Example
White with #2B409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B409D; }
p { color: rgb(43,64,157); }
H1.HeaderClassName
{
color: #2B409D;
}
.AnyTagClassName
{
color: #2B409D;
}
</style>
background-color css
<style>
a { background-color: #2B409D; }
a { background-color: rgb(43,64,157); }
div.DivClassName
{
background-color: #2B409D;
}
.BgClassName
{
background-color: #2B409D;
}
</style>
border-color css
<style>
span { border-color: #2B409D; }
span { border-color: rgb(43,64,157); }
td.TdClassName
{
border-color: #2B409D;
}
.TagClassName
{
border-color: #2B409D;
}
</style>