Shades of Tory Blue #2B4591
Tints of Tory Blue #2B4591
RGB
CMYK
RGB Variations
Color information
#2B4591 (or 0x2B4591) is known color: Tory Blue. HEX triplet: 2B, 45 and 91. RGB value is (43,69,145). Sum of RGB (Red+Green+Blue) = 43+69+145=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B4591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4591 is #D4BA6E. Grayscale: #454545. Windows color (decimal): -13941359 or 9520427. OLE color: 9520427.
HSL color Cylindrical-coordinate representation of color #2B4591: hue angle of 224.71º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B4591 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 69 | 145 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.43 |
| HSL | 224.71º | 0.54% | 0.37% | - |
| HSV(B) | 224.71º | 0.7% | 0.57% | - |
| XYZ | 8.24 | 6.81 | 27.67 | - |
| YUV | 69.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 145 | 0.70 | 0.52 | 0 | 0.43 | 224.71 | 0.54 | 0.37 |
| Hex | 2B | 45 | 91 | 46 | 34 | 0 | 2B | E1 | 36 | 25 |
| Octal | 53 | 105 | 221 | 106 | 64 | 0 | 53 | 341 | 66 | 45 |
| Binary | 101011 | 1000101 | 10010001 | 1000110 | 110100 | 0 | 101011 | 11100001 | 110110 | 100101 |
Color Harmonies of #2B4591
Complementary color
Monochromatic Colors of #2B4591
Black with #2B4591
Text Example
Text Example
White with #2B4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4591; }
p { color: rgb(43,69,145); }
H1.HeaderClassName
{
color: #2B4591;
}
.AnyTagClassName
{
color: #2B4591;
}
</style>
background-color css
<style>
a { background-color: #2B4591; }
a { background-color: rgb(43,69,145); }
div.DivClassName
{
background-color: #2B4591;
}
.BgClassName
{
background-color: #2B4591;
}
</style>
border-color css
<style>
span { border-color: #2B4591; }
span { border-color: rgb(43,69,145); }
td.TdClassName
{
border-color: #2B4591;
}
.TagClassName
{
border-color: #2B4591;
}
</style>