Shades of Tory Blue #2B3895
Tints of Tory Blue #2B3895
RGB
CMYK
RGB Variations
Color information
#2B3895 (or 0x2B3895) is known color: Tory Blue. HEX triplet: 2B, 38 and 95. RGB value is (43,56,149). Sum of RGB (Red+Green+Blue) = 43+56+149=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B3895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3895 is #D4C76A. Grayscale: #3E3E3E. Windows color (decimal): -13944683 or 9779243. OLE color: 9779243.
HSL color Cylindrical-coordinate representation of color #2B3895: hue angle of 232.64º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B3895 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 56 | 149 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.42 |
| HSL | 232.64º | 0.55% | 0.38% | - |
| HSV(B) | 232.64º | 0.71% | 0.58% | - |
| XYZ | 7.84 | 5.51 | 29.08 | - |
| YUV | 62.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 149 | 0.71 | 0.62 | 0 | 0.42 | 232.64 | 0.55 | 0.38 |
| Hex | 2B | 38 | 95 | 47 | 3E | 0 | 2A | E9 | 37 | 26 |
| Octal | 53 | 70 | 225 | 107 | 76 | 0 | 52 | 351 | 67 | 46 |
| Binary | 101011 | 111000 | 10010101 | 1000111 | 111110 | 0 | 101010 | 11101001 | 110111 | 100110 |
Color Harmonies of #2B3895
Complementary color
Monochromatic Colors of #2B3895
Black with #2B3895
Text Example
Text Example
White with #2B3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3895; }
p { color: rgb(43,56,149); }
H1.HeaderClassName
{
color: #2B3895;
}
.AnyTagClassName
{
color: #2B3895;
}
</style>
background-color css
<style>
a { background-color: #2B3895; }
a { background-color: rgb(43,56,149); }
div.DivClassName
{
background-color: #2B3895;
}
.BgClassName
{
background-color: #2B3895;
}
</style>
border-color css
<style>
span { border-color: #2B3895; }
span { border-color: rgb(43,56,149); }
td.TdClassName
{
border-color: #2B3895;
}
.TagClassName
{
border-color: #2B3895;
}
</style>