Shades of Tory Blue #2B4D90
Tints of Tory Blue #2B4D90
RGB
CMYK
RGB Variations
Color information
#2B4D90 (or 0x2B4D90) is known color: Tory Blue. HEX triplet: 2B, 4D and 90. RGB value is (43,77,144). Sum of RGB (Red+Green+Blue) = 43+77+144=264 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.29% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B4D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B4D90 is #D4B26F. Grayscale: #4A4A4A. Windows color (decimal): -13939312 or 9456939. OLE color: 9456939.
HSL color Cylindrical-coordinate representation of color #2B4D90: hue angle of 219.8º 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 #2B4D90 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 77 | 144 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.44 |
| HSL | 219.8º | 0.54% | 0.37% | - |
| HSV(B) | 219.8º | 0.7% | 0.56% | - |
| XYZ | 8.68 | 7.83 | 27.44 | - |
| YUV | 74.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 144 | 0.70 | 0.47 | 0 | 0.44 | 219.8 | 0.54 | 0.37 |
| Hex | 2B | 4D | 90 | 46 | 2F | 0 | 2C | DC | 36 | 25 |
| Octal | 53 | 115 | 220 | 106 | 57 | 0 | 54 | 334 | 66 | 45 |
| Binary | 101011 | 1001101 | 10010000 | 1000110 | 101111 | 0 | 101100 | 11011100 | 110110 | 100101 |
Color Harmonies of #2B4D90
Complementary color
Monochromatic Colors of #2B4D90
Black with #2B4D90
Text Example
Text Example
White with #2B4D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D90; }
p { color: rgb(43,77,144); }
H1.HeaderClassName
{
color: #2B4D90;
}
.AnyTagClassName
{
color: #2B4D90;
}
</style>
background-color css
<style>
a { background-color: #2B4D90; }
a { background-color: rgb(43,77,144); }
div.DivClassName
{
background-color: #2B4D90;
}
.BgClassName
{
background-color: #2B4D90;
}
</style>
border-color css
<style>
span { border-color: #2B4D90; }
span { border-color: rgb(43,77,144); }
td.TdClassName
{
border-color: #2B4D90;
}
.TagClassName
{
border-color: #2B4D90;
}
</style>