Shades of Tory Blue #2B4A92
Tints of Tory Blue #2B4A92
RGB
CMYK
RGB Variations
Color information
#2B4A92 (or 0x2B4A92) is known color: Tory Blue. HEX triplet: 2B, 4A and 92. RGB value is (43,74,146). Sum of RGB (Red+Green+Blue) = 43+74+146=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B4A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4A92 is #D4B56D. Grayscale: #484848. Windows color (decimal): -13940078 or 9587243. OLE color: 9587243.
HSL color Cylindrical-coordinate representation of color #2B4A92: hue angle of 221.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B4A92 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 74 | 146 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.43 |
| HSL | 221.94º | 0.54% | 0.37% | - |
| HSV(B) | 221.94º | 0.71% | 0.57% | - |
| XYZ | 8.63 | 7.49 | 28.18 | - |
| YUV | 72.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 74 | 146 | 0.71 | 0.49 | 0 | 0.43 | 221.94 | 0.54 | 0.37 |
| Hex | 2B | 4A | 92 | 47 | 31 | 0 | 2B | DE | 36 | 25 |
| Octal | 53 | 112 | 222 | 107 | 61 | 0 | 53 | 336 | 66 | 45 |
| Binary | 101011 | 1001010 | 10010010 | 1000111 | 110001 | 0 | 101011 | 11011110 | 110110 | 100101 |
Color Harmonies of #2B4A92
Complementary color
Monochromatic Colors of #2B4A92
Black with #2B4A92
Text Example
Text Example
White with #2B4A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4A92; }
p { color: rgb(43,74,146); }
H1.HeaderClassName
{
color: #2B4A92;
}
.AnyTagClassName
{
color: #2B4A92;
}
</style>
background-color css
<style>
a { background-color: #2B4A92; }
a { background-color: rgb(43,74,146); }
div.DivClassName
{
background-color: #2B4A92;
}
.BgClassName
{
background-color: #2B4A92;
}
</style>
border-color css
<style>
span { border-color: #2B4A92; }
span { border-color: rgb(43,74,146); }
td.TdClassName
{
border-color: #2B4A92;
}
.TagClassName
{
border-color: #2B4A92;
}
</style>