Shades of Tory Blue #2B4897
Tints of Tory Blue #2B4897
RGB
CMYK
RGB Variations
Color information
#2B4897 (or 0x2B4897) is known color: Tory Blue. HEX triplet: 2B, 48 and 97. RGB value is (43,72,151). Sum of RGB (Red+Green+Blue) = 43+72+151=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B4897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4897 is #D4B768. Grayscale: #474747. Windows color (decimal): -13940585 or 9914411. OLE color: 9914411.
HSL color Cylindrical-coordinate representation of color #2B4897: hue angle of 223.89º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B4897 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 72 | 151 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.41 |
| HSL | 223.89º | 0.56% | 0.38% | - |
| HSV(B) | 223.89º | 0.72% | 0.59% | - |
| XYZ | 8.9 | 7.38 | 30.23 | - |
| YUV | 72.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 151 | 0.72 | 0.52 | 0 | 0.41 | 223.89 | 0.56 | 0.38 |
| Hex | 2B | 48 | 97 | 48 | 34 | 0 | 29 | E0 | 38 | 26 |
| Octal | 53 | 110 | 227 | 110 | 64 | 0 | 51 | 340 | 70 | 46 |
| Binary | 101011 | 1001000 | 10010111 | 1001000 | 110100 | 0 | 101001 | 11100000 | 111000 | 100110 |
Color Harmonies of #2B4897
Complementary color
Monochromatic Colors of #2B4897
Black with #2B4897
Text Example
Text Example
White with #2B4897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4897; }
p { color: rgb(43,72,151); }
H1.HeaderClassName
{
color: #2B4897;
}
.AnyTagClassName
{
color: #2B4897;
}
</style>
background-color css
<style>
a { background-color: #2B4897; }
a { background-color: rgb(43,72,151); }
div.DivClassName
{
background-color: #2B4897;
}
.BgClassName
{
background-color: #2B4897;
}
</style>
border-color css
<style>
span { border-color: #2B4897; }
span { border-color: rgb(43,72,151); }
td.TdClassName
{
border-color: #2B4897;
}
.TagClassName
{
border-color: #2B4897;
}
</style>