Shades of Tory Blue #2C4193
Tints of Tory Blue #2C4193
RGB
CMYK
RGB Variations
Color information
#2C4193 (or 0x2C4193) is known color: Tory Blue. HEX triplet: 2C, 41 and 93. RGB value is (44,65,147). Sum of RGB (Red+Green+Blue) = 44+65+147=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C4193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4193 is #D3BE6C. Grayscale: #434343. Windows color (decimal): -13876845 or 9650476. OLE color: 9650476.
HSL color Cylindrical-coordinate representation of color #2C4193: hue angle of 227.77º 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 #2C4193 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 65 | 147 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.42 |
| HSL | 227.77º | 0.54% | 0.37% | - |
| HSV(B) | 227.77º | 0.7% | 0.58% | - |
| XYZ | 8.2 | 6.42 | 28.41 | - |
| YUV | 68.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 147 | 0.70 | 0.56 | 0 | 0.42 | 227.77 | 0.54 | 0.37 |
| Hex | 2C | 41 | 93 | 46 | 38 | 0 | 2A | E4 | 36 | 25 |
| Octal | 54 | 101 | 223 | 106 | 70 | 0 | 52 | 344 | 66 | 45 |
| Binary | 101100 | 1000001 | 10010011 | 1000110 | 111000 | 0 | 101010 | 11100100 | 110110 | 100101 |
Color Harmonies of #2C4193
Complementary color
Monochromatic Colors of #2C4193
Black with #2C4193
Text Example
Text Example
White with #2C4193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4193; }
p { color: rgb(44,65,147); }
H1.HeaderClassName
{
color: #2C4193;
}
.AnyTagClassName
{
color: #2C4193;
}
</style>
background-color css
<style>
a { background-color: #2C4193; }
a { background-color: rgb(44,65,147); }
div.DivClassName
{
background-color: #2C4193;
}
.BgClassName
{
background-color: #2C4193;
}
</style>
border-color css
<style>
span { border-color: #2C4193; }
span { border-color: rgb(44,65,147); }
td.TdClassName
{
border-color: #2C4193;
}
.TagClassName
{
border-color: #2C4193;
}
</style>