Shades of Tory Blue #2B4893
Tints of Tory Blue #2B4893
RGB
CMYK
RGB Variations
Color information
#2B4893 (or 0x2B4893) is known color: Tory Blue. HEX triplet: 2B, 48 and 93. RGB value is (43,72,147). Sum of RGB (Red+Green+Blue) = 43+72+147=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B4893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4893 is #D4B76C. Grayscale: #474747. Windows color (decimal): -13940589 or 9652267. OLE color: 9652267.
HSL color Cylindrical-coordinate representation of color #2B4893: hue angle of 223.27º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B4893 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 72 | 147 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.42 |
| HSL | 223.27º | 0.55% | 0.37% | - |
| HSV(B) | 223.27º | 0.71% | 0.58% | - |
| XYZ | 8.58 | 7.25 | 28.55 | - |
| YUV | 71.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 72 | 147 | 0.71 | 0.51 | 0 | 0.42 | 223.27 | 0.55 | 0.37 |
| Hex | 2B | 48 | 93 | 47 | 33 | 0 | 2A | DF | 37 | 25 |
| Octal | 53 | 110 | 223 | 107 | 63 | 0 | 52 | 337 | 67 | 45 |
| Binary | 101011 | 1001000 | 10010011 | 1000111 | 110011 | 0 | 101010 | 11011111 | 110111 | 100101 |
Color Harmonies of #2B4893
Complementary color
Monochromatic Colors of #2B4893
Black with #2B4893
Text Example
Text Example
White with #2B4893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4893; }
p { color: rgb(43,72,147); }
H1.HeaderClassName
{
color: #2B4893;
}
.AnyTagClassName
{
color: #2B4893;
}
</style>
background-color css
<style>
a { background-color: #2B4893; }
a { background-color: rgb(43,72,147); }
div.DivClassName
{
background-color: #2B4893;
}
.BgClassName
{
background-color: #2B4893;
}
</style>
border-color css
<style>
span { border-color: #2B4893; }
span { border-color: rgb(43,72,147); }
td.TdClassName
{
border-color: #2B4893;
}
.TagClassName
{
border-color: #2B4893;
}
</style>