Shades of Tory Blue #2C408C
Tints of Tory Blue #2C408C
RGB
CMYK
RGB Variations
Color information
#2C408C (or 0x2C408C) is known color: Tory Blue. HEX triplet: 2C, 40 and 8C. RGB value is (44,64,140). Sum of RGB (Red+Green+Blue) = 44+64+140=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C408C is #D3BF73. Grayscale: #424242. Windows color (decimal): -13877108 or 9191468. OLE color: 9191468.
HSL color Cylindrical-coordinate representation of color #2C408C: hue angle of 227.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C408C is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 64 | 140 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.45 |
| HSL | 227.5º | 0.52% | 0.36% | - |
| HSV(B) | 227.5º | 0.69% | 0.55% | - |
| XYZ | 7.61 | 6.1 | 25.59 | - |
| YUV | 66.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 64 | 140 | 0.69 | 0.54 | 0 | 0.45 | 227.5 | 0.52 | 0.36 |
| Hex | 2C | 40 | 8C | 45 | 36 | 0 | 2D | E4 | 34 | 24 |
| Octal | 54 | 100 | 214 | 105 | 66 | 0 | 55 | 344 | 64 | 44 |
| Binary | 101100 | 1000000 | 10001100 | 1000101 | 110110 | 0 | 101101 | 11100100 | 110100 | 100100 |
Color Harmonies of #2C408C
Complementary color
Monochromatic Colors of #2C408C
Black with #2C408C
Text Example
Text Example
White with #2C408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C408C; }
p { color: rgb(44,64,140); }
H1.HeaderClassName
{
color: #2C408C;
}
.AnyTagClassName
{
color: #2C408C;
}
</style>
background-color css
<style>
a { background-color: #2C408C; }
a { background-color: rgb(44,64,140); }
div.DivClassName
{
background-color: #2C408C;
}
.BgClassName
{
background-color: #2C408C;
}
</style>
border-color css
<style>
span { border-color: #2C408C; }
span { border-color: rgb(44,64,140); }
td.TdClassName
{
border-color: #2C408C;
}
.TagClassName
{
border-color: #2C408C;
}
</style>