Shades of Tory Blue #2C4F96
Tints of Tory Blue #2C4F96
RGB
CMYK
RGB Variations
Color information
#2C4F96 (or 0x2C4F96) is known color: Tory Blue. HEX triplet: 2C, 4F and 96. RGB value is (44,79,150). Sum of RGB (Red+Green+Blue) = 44+79+150=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C4F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4F96 is #D3B069. Grayscale: #4C4C4C. Windows color (decimal): -13873258 or 9850668. OLE color: 9850668.
HSL color Cylindrical-coordinate representation of color #2C4F96: hue angle of 220.19º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C4F96 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 79 | 150 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.41 |
| HSL | 220.19º | 0.55% | 0.38% | - |
| HSV(B) | 220.19º | 0.71% | 0.59% | - |
| XYZ | 9.34 | 8.33 | 29.97 | - |
| YUV | 76.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 79 | 150 | 0.71 | 0.47 | 0 | 0.41 | 220.19 | 0.55 | 0.38 |
| Hex | 2C | 4F | 96 | 47 | 2F | 0 | 29 | DC | 37 | 26 |
| Octal | 54 | 117 | 226 | 107 | 57 | 0 | 51 | 334 | 67 | 46 |
| Binary | 101100 | 1001111 | 10010110 | 1000111 | 101111 | 0 | 101001 | 11011100 | 110111 | 100110 |
Color Harmonies of #2C4F96
Complementary color
Monochromatic Colors of #2C4F96
Black with #2C4F96
Text Example
Text Example
White with #2C4F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4F96; }
p { color: rgb(44,79,150); }
H1.HeaderClassName
{
color: #2C4F96;
}
.AnyTagClassName
{
color: #2C4F96;
}
</style>
background-color css
<style>
a { background-color: #2C4F96; }
a { background-color: rgb(44,79,150); }
div.DivClassName
{
background-color: #2C4F96;
}
.BgClassName
{
background-color: #2C4F96;
}
</style>
border-color css
<style>
span { border-color: #2C4F96; }
span { border-color: rgb(44,79,150); }
td.TdClassName
{
border-color: #2C4F96;
}
.TagClassName
{
border-color: #2C4F96;
}
</style>