Shades of Tory Blue #2B4998
Tints of Tory Blue #2B4998
RGB
CMYK
RGB Variations
Color information
#2B4998 (or 0x2B4998) is known color: Tory Blue. HEX triplet: 2B, 49 and 98. RGB value is (43,73,152). Sum of RGB (Red+Green+Blue) = 43+73+152=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B4998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4998 is #D4B667. Grayscale: #484848. Windows color (decimal): -13940328 or 9980203. OLE color: 9980203.
HSL color Cylindrical-coordinate representation of color #2B4998: hue angle of 223.49º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B4998 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 73 | 152 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.40 |
| HSL | 223.49º | 0.56% | 0.38% | - |
| HSV(B) | 223.49º | 0.72% | 0.6% | - |
| XYZ | 9.05 | 7.55 | 30.69 | - |
| YUV | 73.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 152 | 0.72 | 0.52 | 0 | 0.40 | 223.49 | 0.56 | 0.38 |
| Hex | 2B | 49 | 98 | 48 | 34 | 0 | 28 | DF | 38 | 26 |
| Octal | 53 | 111 | 230 | 110 | 64 | 0 | 50 | 337 | 70 | 46 |
| Binary | 101011 | 1001001 | 10011000 | 1001000 | 110100 | 0 | 101000 | 11011111 | 111000 | 100110 |
Color Harmonies of #2B4998
Complementary color
Monochromatic Colors of #2B4998
Black with #2B4998
Text Example
Text Example
White with #2B4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4998; }
p { color: rgb(43,73,152); }
H1.HeaderClassName
{
color: #2B4998;
}
.AnyTagClassName
{
color: #2B4998;
}
</style>
background-color css
<style>
a { background-color: #2B4998; }
a { background-color: rgb(43,73,152); }
div.DivClassName
{
background-color: #2B4998;
}
.BgClassName
{
background-color: #2B4998;
}
</style>
border-color css
<style>
span { border-color: #2B4998; }
span { border-color: rgb(43,73,152); }
td.TdClassName
{
border-color: #2B4998;
}
.TagClassName
{
border-color: #2B4998;
}
</style>