Shades of Tory Blue #2B4D9F
Tints of Tory Blue #2B4D9F
RGB
CMYK
RGB Variations
Color information
#2B4D9F (or 0x2B4D9F) is known color: Tory Blue. HEX triplet: 2B, 4D and 9F. RGB value is (43,77,159). Sum of RGB (Red+Green+Blue) = 43+77+159=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B4D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B4D9F is #D4B260. Grayscale: #4B4B4B. Windows color (decimal): -13939297 or 10439979. OLE color: 10439979.
HSL color Cylindrical-coordinate representation of color #2B4D9F: hue angle of 222.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B4D9F is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 77 | 159 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.38 |
| HSL | 222.41º | 0.57% | 0.4% | - |
| HSV(B) | 222.41º | 0.73% | 0.62% | - |
| XYZ | 9.91 | 8.32 | 33.89 | - |
| YUV | 76.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 159 | 0.73 | 0.52 | 0 | 0.38 | 222.41 | 0.57 | 0.4 |
| Hex | 2B | 4D | 9F | 49 | 34 | 0 | 26 | DE | 39 | 28 |
| Octal | 53 | 115 | 237 | 111 | 64 | 0 | 46 | 336 | 71 | 50 |
| Binary | 101011 | 1001101 | 10011111 | 1001001 | 110100 | 0 | 100110 | 11011110 | 111001 | 101000 |
Color Harmonies of #2B4D9F
Complementary color
Monochromatic Colors of #2B4D9F
Black with #2B4D9F
Text Example
Text Example
White with #2B4D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4D9F; }
p { color: rgb(43,77,159); }
H1.HeaderClassName
{
color: #2B4D9F;
}
.AnyTagClassName
{
color: #2B4D9F;
}
</style>
background-color css
<style>
a { background-color: #2B4D9F; }
a { background-color: rgb(43,77,159); }
div.DivClassName
{
background-color: #2B4D9F;
}
.BgClassName
{
background-color: #2B4D9F;
}
</style>
border-color css
<style>
span { border-color: #2B4D9F; }
span { border-color: rgb(43,77,159); }
td.TdClassName
{
border-color: #2B4D9F;
}
.TagClassName
{
border-color: #2B4D9F;
}
</style>