Shades of Tory Blue #2B418A
Tints of Tory Blue #2B418A
RGB
CMYK
RGB Variations
Color information
#2B418A (or 0x2B418A) is known color: Tory Blue. HEX triplet: 2B, 41 and 8A. RGB value is (43,65,138). Sum of RGB (Red+Green+Blue) = 43+65+138=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B418A is #D4BE75. Grayscale: #424242. Windows color (decimal): -13942390 or 9060651. OLE color: 9060651.
HSL color Cylindrical-coordinate representation of color #2B418A: hue angle of 226.11º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B418A is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 65 | 138 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.46 |
| HSL | 226.11º | 0.52% | 0.35% | - |
| HSV(B) | 226.11º | 0.69% | 0.54% | - |
| XYZ | 7.47 | 6.13 | 24.83 | - |
| YUV | 66.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 138 | 0.69 | 0.53 | 0 | 0.46 | 226.11 | 0.52 | 0.35 |
| Hex | 2B | 41 | 8A | 45 | 35 | 0 | 2E | E2 | 34 | 23 |
| Octal | 53 | 101 | 212 | 105 | 65 | 0 | 56 | 342 | 64 | 43 |
| Binary | 101011 | 1000001 | 10001010 | 1000101 | 110101 | 0 | 101110 | 11100010 | 110100 | 100011 |
Color Harmonies of #2B418A
Complementary color
Monochromatic Colors of #2B418A
Black with #2B418A
Text Example
Text Example
White with #2B418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B418A; }
p { color: rgb(43,65,138); }
H1.HeaderClassName
{
color: #2B418A;
}
.AnyTagClassName
{
color: #2B418A;
}
</style>
background-color css
<style>
a { background-color: #2B418A; }
a { background-color: rgb(43,65,138); }
div.DivClassName
{
background-color: #2B418A;
}
.BgClassName
{
background-color: #2B418A;
}
</style>
border-color css
<style>
span { border-color: #2B418A; }
span { border-color: rgb(43,65,138); }
td.TdClassName
{
border-color: #2B418A;
}
.TagClassName
{
border-color: #2B418A;
}
</style>