Shades of Tory Blue #2B4291
Tints of Tory Blue #2B4291
RGB
CMYK
RGB Variations
Color information
#2B4291 (or 0x2B4291) is known color: Tory Blue. HEX triplet: 2B, 42 and 91. RGB value is (43,66,145). Sum of RGB (Red+Green+Blue) = 43+66+145=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B4291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4291 is #D4BD6E. Grayscale: #434343. Windows color (decimal): -13942127 or 9519659. OLE color: 9519659.
HSL color Cylindrical-coordinate representation of color #2B4291: hue angle of 226.47º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B4291 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 66 | 145 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.43 |
| HSL | 226.47º | 0.54% | 0.37% | - |
| HSV(B) | 226.47º | 0.7% | 0.57% | - |
| XYZ | 8.06 | 6.45 | 27.61 | - |
| YUV | 68.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 145 | 0.70 | 0.54 | 0 | 0.43 | 226.47 | 0.54 | 0.37 |
| Hex | 2B | 42 | 91 | 46 | 36 | 0 | 2B | E2 | 36 | 25 |
| Octal | 53 | 102 | 221 | 106 | 66 | 0 | 53 | 342 | 66 | 45 |
| Binary | 101011 | 1000010 | 10010001 | 1000110 | 110110 | 0 | 101011 | 11100010 | 110110 | 100101 |
Color Harmonies of #2B4291
Complementary color
Monochromatic Colors of #2B4291
Black with #2B4291
Text Example
Text Example
White with #2B4291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4291; }
p { color: rgb(43,66,145); }
H1.HeaderClassName
{
color: #2B4291;
}
.AnyTagClassName
{
color: #2B4291;
}
</style>
background-color css
<style>
a { background-color: #2B4291; }
a { background-color: rgb(43,66,145); }
div.DivClassName
{
background-color: #2B4291;
}
.BgClassName
{
background-color: #2B4291;
}
</style>
border-color css
<style>
span { border-color: #2B4291; }
span { border-color: rgb(43,66,145); }
td.TdClassName
{
border-color: #2B4291;
}
.TagClassName
{
border-color: #2B4291;
}
</style>