Shades of Tory Blue #2C499E
Tints of Tory Blue #2C499E
RGB
CMYK
RGB Variations
Color information
#2C499E (or 0x2C499E) is known color: Tory Blue. HEX triplet: 2C, 49 and 9E. RGB value is (44,73,158). Sum of RGB (Red+Green+Blue) = 44+73+158=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C499E is #D3B661. Grayscale: #494949. Windows color (decimal): -13874786 or 10373420. OLE color: 10373420.
HSL color Cylindrical-coordinate representation of color #2C499E: hue angle of 224.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C499E is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 73 | 158 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.38 |
| HSL | 224.74º | 0.56% | 0.4% | - |
| HSV(B) | 224.74º | 0.72% | 0.62% | - |
| XYZ | 9.59 | 7.77 | 33.34 | - |
| YUV | 74.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 158 | 0.72 | 0.54 | 0 | 0.38 | 224.74 | 0.56 | 0.4 |
| Hex | 2C | 49 | 9E | 48 | 36 | 0 | 26 | E1 | 38 | 28 |
| Octal | 54 | 111 | 236 | 110 | 66 | 0 | 46 | 341 | 70 | 50 |
| Binary | 101100 | 1001001 | 10011110 | 1001000 | 110110 | 0 | 100110 | 11100001 | 111000 | 101000 |
Color Harmonies of #2C499E
Complementary color
Monochromatic Colors of #2C499E
Black with #2C499E
Text Example
Text Example
White with #2C499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C499E; }
p { color: rgb(44,73,158); }
H1.HeaderClassName
{
color: #2C499E;
}
.AnyTagClassName
{
color: #2C499E;
}
</style>
background-color css
<style>
a { background-color: #2C499E; }
a { background-color: rgb(44,73,158); }
div.DivClassName
{
background-color: #2C499E;
}
.BgClassName
{
background-color: #2C499E;
}
</style>
border-color css
<style>
span { border-color: #2C499E; }
span { border-color: rgb(44,73,158); }
td.TdClassName
{
border-color: #2C499E;
}
.TagClassName
{
border-color: #2C499E;
}
</style>