Shades of Tory Blue #2B4790
Tints of Tory Blue #2B4790
RGB
CMYK
RGB Variations
Color information
#2B4790 (or 0x2B4790) is known color: Tory Blue. HEX triplet: 2B, 47 and 90. RGB value is (43,71,144). Sum of RGB (Red+Green+Blue) = 43+71+144=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B4790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4790 is #D4B86F. Grayscale: #464646. Windows color (decimal): -13940848 or 9455403. OLE color: 9455403.
HSL color Cylindrical-coordinate representation of color #2B4790: hue angle of 223.37º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B4790 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 71 | 144 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.44 |
| HSL | 223.37º | 0.54% | 0.37% | - |
| HSV(B) | 223.37º | 0.7% | 0.56% | - |
| XYZ | 8.28 | 7.03 | 27.31 | - |
| YUV | 70.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 71 | 144 | 0.70 | 0.51 | 0 | 0.44 | 223.37 | 0.54 | 0.37 |
| Hex | 2B | 47 | 90 | 46 | 33 | 0 | 2C | DF | 36 | 25 |
| Octal | 53 | 107 | 220 | 106 | 63 | 0 | 54 | 337 | 66 | 45 |
| Binary | 101011 | 1000111 | 10010000 | 1000110 | 110011 | 0 | 101100 | 11011111 | 110110 | 100101 |
Color Harmonies of #2B4790
Complementary color
Monochromatic Colors of #2B4790
Black with #2B4790
Text Example
Text Example
White with #2B4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4790; }
p { color: rgb(43,71,144); }
H1.HeaderClassName
{
color: #2B4790;
}
.AnyTagClassName
{
color: #2B4790;
}
</style>
background-color css
<style>
a { background-color: #2B4790; }
a { background-color: rgb(43,71,144); }
div.DivClassName
{
background-color: #2B4790;
}
.BgClassName
{
background-color: #2B4790;
}
</style>
border-color css
<style>
span { border-color: #2B4790; }
span { border-color: rgb(43,71,144); }
td.TdClassName
{
border-color: #2B4790;
}
.TagClassName
{
border-color: #2B4790;
}
</style>