Shades of Tory Blue #2B4087
Tints of Tory Blue #2B4087
RGB
CMYK
RGB Variations
Color information
#2B4087 (or 0x2B4087) is known color: Tory Blue. HEX triplet: 2B, 40 and 87. RGB value is (43,64,135). Sum of RGB (Red+Green+Blue) = 43+64+135=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B4087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4087 is #D4BF78. Grayscale: #414141. Windows color (decimal): -13942649 or 8863787. OLE color: 8863787.
HSL color Cylindrical-coordinate representation of color #2B4087: hue angle of 226.3º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B4087 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 64 | 135 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.47 |
| HSL | 226.3º | 0.52% | 0.35% | - |
| HSV(B) | 226.3º | 0.68% | 0.53% | - |
| XYZ | 7.2 | 5.93 | 23.69 | - |
| YUV | 65.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 135 | 0.68 | 0.53 | 0 | 0.47 | 226.3 | 0.52 | 0.35 |
| Hex | 2B | 40 | 87 | 44 | 35 | 0 | 2F | E2 | 34 | 23 |
| Octal | 53 | 100 | 207 | 104 | 65 | 0 | 57 | 342 | 64 | 43 |
| Binary | 101011 | 1000000 | 10000111 | 1000100 | 110101 | 0 | 101111 | 11100010 | 110100 | 100011 |
Color Harmonies of #2B4087
Complementary color
Monochromatic Colors of #2B4087
Black with #2B4087
Text Example
Text Example
White with #2B4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4087; }
p { color: rgb(43,64,135); }
H1.HeaderClassName
{
color: #2B4087;
}
.AnyTagClassName
{
color: #2B4087;
}
</style>
background-color css
<style>
a { background-color: #2B4087; }
a { background-color: rgb(43,64,135); }
div.DivClassName
{
background-color: #2B4087;
}
.BgClassName
{
background-color: #2B4087;
}
</style>
border-color css
<style>
span { border-color: #2B4087; }
span { border-color: rgb(43,64,135); }
td.TdClassName
{
border-color: #2B4087;
}
.TagClassName
{
border-color: #2B4087;
}
</style>