Shades of Tory Blue #2C499F
Tints of Tory Blue #2C499F
RGB
CMYK
RGB Variations
Color information
#2C499F (or 0x2C499F) is known color: Tory Blue. HEX triplet: 2C, 49 and 9F. RGB value is (44,73,159). Sum of RGB (Red+Green+Blue) = 44+73+159=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C499F is #D3B660. Grayscale: #494949. Windows color (decimal): -13874785 or 10438956. OLE color: 10438956.
HSL color Cylindrical-coordinate representation of color #2C499F: hue angle of 224.87º degrees, saturation: 0.57, 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 #2C499F is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 73 | 159 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.38 |
| HSL | 224.87º | 0.57% | 0.4% | - |
| HSV(B) | 224.87º | 0.72% | 0.62% | - |
| XYZ | 9.68 | 7.8 | 33.8 | - |
| YUV | 74.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 159 | 0.72 | 0.54 | 0 | 0.38 | 224.87 | 0.57 | 0.4 |
| Hex | 2C | 49 | 9F | 48 | 36 | 0 | 26 | E1 | 39 | 28 |
| Octal | 54 | 111 | 237 | 110 | 66 | 0 | 46 | 341 | 71 | 50 |
| Binary | 101100 | 1001001 | 10011111 | 1001000 | 110110 | 0 | 100110 | 11100001 | 111001 | 101000 |
Color Harmonies of #2C499F
Complementary color
Monochromatic Colors of #2C499F
Black with #2C499F
Text Example
Text Example
White with #2C499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C499F; }
p { color: rgb(44,73,159); }
H1.HeaderClassName
{
color: #2C499F;
}
.AnyTagClassName
{
color: #2C499F;
}
</style>
background-color css
<style>
a { background-color: #2C499F; }
a { background-color: rgb(44,73,159); }
div.DivClassName
{
background-color: #2C499F;
}
.BgClassName
{
background-color: #2C499F;
}
</style>
border-color css
<style>
span { border-color: #2C499F; }
span { border-color: rgb(44,73,159); }
td.TdClassName
{
border-color: #2C499F;
}
.TagClassName
{
border-color: #2C499F;
}
</style>