Shades of Tory Blue #2C5093
Tints of Tory Blue #2C5093
RGB
CMYK
RGB Variations
Color information
#2C5093 (or 0x2C5093) is known color: Tory Blue. HEX triplet: 2C, 50 and 93. RGB value is (44,80,147). Sum of RGB (Red+Green+Blue) = 44+80+147=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C5093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5093 is #D3AF6C. Grayscale: #4C4C4C. Windows color (decimal): -13873005 or 9654316. OLE color: 9654316.
HSL color Cylindrical-coordinate representation of color #2C5093: hue angle of 219.03º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5093 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 80 | 147 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.42 |
| HSL | 219.03º | 0.54% | 0.37% | - |
| HSV(B) | 219.03º | 0.7% | 0.58% | - |
| XYZ | 9.17 | 8.38 | 28.74 | - |
| YUV | 76.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 80 | 147 | 0.70 | 0.46 | 0 | 0.42 | 219.03 | 0.54 | 0.37 |
| Hex | 2C | 50 | 93 | 46 | 2E | 0 | 2A | DB | 36 | 25 |
| Octal | 54 | 120 | 223 | 106 | 56 | 0 | 52 | 333 | 66 | 45 |
| Binary | 101100 | 1010000 | 10010011 | 1000110 | 101110 | 0 | 101010 | 11011011 | 110110 | 100101 |
Color Harmonies of #2C5093
Complementary color
Monochromatic Colors of #2C5093
Black with #2C5093
Text Example
Text Example
White with #2C5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5093; }
p { color: rgb(44,80,147); }
H1.HeaderClassName
{
color: #2C5093;
}
.AnyTagClassName
{
color: #2C5093;
}
</style>
background-color css
<style>
a { background-color: #2C5093; }
a { background-color: rgb(44,80,147); }
div.DivClassName
{
background-color: #2C5093;
}
.BgClassName
{
background-color: #2C5093;
}
</style>
border-color css
<style>
span { border-color: #2C5093; }
span { border-color: rgb(44,80,147); }
td.TdClassName
{
border-color: #2C5093;
}
.TagClassName
{
border-color: #2C5093;
}
</style>