Shades of Tory Blue #2B4090
Tints of Tory Blue #2B4090
RGB
CMYK
RGB Variations
Color information
#2B4090 (or 0x2B4090) is known color: Tory Blue. HEX triplet: 2B, 40 and 90. RGB value is (43,64,144). Sum of RGB (Red+Green+Blue) = 43+64+144=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B4090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4090 is #D4BF6F. Grayscale: #424242. Windows color (decimal): -13942640 or 9453611. OLE color: 9453611.
HSL color Cylindrical-coordinate representation of color #2B4090: hue angle of 227.52º 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 #2B4090 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 64 | 144 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.44 |
| HSL | 227.52º | 0.54% | 0.37% | - |
| HSV(B) | 227.52º | 0.7% | 0.56% | - |
| XYZ | 7.86 | 6.19 | 27.17 | - |
| YUV | 66.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 144 | 0.70 | 0.56 | 0 | 0.44 | 227.52 | 0.54 | 0.37 |
| Hex | 2B | 40 | 90 | 46 | 38 | 0 | 2C | E4 | 36 | 25 |
| Octal | 53 | 100 | 220 | 106 | 70 | 0 | 54 | 344 | 66 | 45 |
| Binary | 101011 | 1000000 | 10010000 | 1000110 | 111000 | 0 | 101100 | 11100100 | 110110 | 100101 |
Color Harmonies of #2B4090
Complementary color
Monochromatic Colors of #2B4090
Black with #2B4090
Text Example
Text Example
White with #2B4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4090; }
p { color: rgb(43,64,144); }
H1.HeaderClassName
{
color: #2B4090;
}
.AnyTagClassName
{
color: #2B4090;
}
</style>
background-color css
<style>
a { background-color: #2B4090; }
a { background-color: rgb(43,64,144); }
div.DivClassName
{
background-color: #2B4090;
}
.BgClassName
{
background-color: #2B4090;
}
</style>
border-color css
<style>
span { border-color: #2B4090; }
span { border-color: rgb(43,64,144); }
td.TdClassName
{
border-color: #2B4090;
}
.TagClassName
{
border-color: #2B4090;
}
</style>