Shades of Tory Blue #2B4C90
Tints of Tory Blue #2B4C90
RGB
CMYK
RGB Variations
Color information
#2B4C90 (or 0x2B4C90) is known color: Tory Blue. HEX triplet: 2B, 4C and 90. RGB value is (43,76,144). Sum of RGB (Red+Green+Blue) = 43+76+144=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B4C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4C90 is #D4B36F. Grayscale: #494949. Windows color (decimal): -13939568 or 9456683. OLE color: 9456683.
HSL color Cylindrical-coordinate representation of color #2B4C90: hue angle of 220.4º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B4C90 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 76 | 144 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.44 |
| HSL | 220.4º | 0.54% | 0.37% | - |
| HSV(B) | 220.4º | 0.7% | 0.56% | - |
| XYZ | 8.61 | 7.7 | 27.42 | - |
| YUV | 73.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 144 | 0.70 | 0.47 | 0 | 0.44 | 220.4 | 0.54 | 0.37 |
| Hex | 2B | 4C | 90 | 46 | 2F | 0 | 2C | DC | 36 | 25 |
| Octal | 53 | 114 | 220 | 106 | 57 | 0 | 54 | 334 | 66 | 45 |
| Binary | 101011 | 1001100 | 10010000 | 1000110 | 101111 | 0 | 101100 | 11011100 | 110110 | 100101 |
Color Harmonies of #2B4C90
Complementary color
Monochromatic Colors of #2B4C90
Black with #2B4C90
Text Example
Text Example
White with #2B4C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C90; }
p { color: rgb(43,76,144); }
H1.HeaderClassName
{
color: #2B4C90;
}
.AnyTagClassName
{
color: #2B4C90;
}
</style>
background-color css
<style>
a { background-color: #2B4C90; }
a { background-color: rgb(43,76,144); }
div.DivClassName
{
background-color: #2B4C90;
}
.BgClassName
{
background-color: #2B4C90;
}
</style>
border-color css
<style>
span { border-color: #2B4C90; }
span { border-color: rgb(43,76,144); }
td.TdClassName
{
border-color: #2B4C90;
}
.TagClassName
{
border-color: #2B4C90;
}
</style>