Shades of Tory Blue #3C5294
Tints of Tory Blue #3C5294
RGB
CMYK
RGB Variations
Color information
#3C5294 (or 0x3C5294) is known color: Tory Blue. HEX triplet: 3C, 52 and 94. RGB value is (60,82,148). Sum of RGB (Red+Green+Blue) = 60+82+148=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C5294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5294 is #C3AD6B. Grayscale: #525252. Windows color (decimal): -12823916 or 9720380. OLE color: 9720380.
HSL color Cylindrical-coordinate representation of color #3C5294: hue angle of 225º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C5294 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 82 | 148 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.42 |
| HSL | 225º | 0.42% | 0.41% | - |
| HSV(B) | 225º | 0.59% | 0.58% | - |
| XYZ | 10.23 | 9.13 | 29.24 | - |
| YUV | 82.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 148 | 0.59 | 0.45 | 0 | 0.42 | 225 | 0.42 | 0.41 |
| Hex | 3C | 52 | 94 | 3B | 2D | 0 | 2A | E1 | 2A | 29 |
| Octal | 74 | 122 | 224 | 73 | 55 | 0 | 52 | 341 | 52 | 51 |
| Binary | 111100 | 1010010 | 10010100 | 111011 | 101101 | 0 | 101010 | 11100001 | 101010 | 101001 |
Color Harmonies of #3C5294
Complementary color
Monochromatic Colors of #3C5294
Black with #3C5294
Text Example
Text Example
White with #3C5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5294; }
p { color: rgb(60,82,148); }
H1.HeaderClassName
{
color: #3C5294;
}
.AnyTagClassName
{
color: #3C5294;
}
</style>
background-color css
<style>
a { background-color: #3C5294; }
a { background-color: rgb(60,82,148); }
div.DivClassName
{
background-color: #3C5294;
}
.BgClassName
{
background-color: #3C5294;
}
</style>
border-color css
<style>
span { border-color: #3C5294; }
span { border-color: rgb(60,82,148); }
td.TdClassName
{
border-color: #3C5294;
}
.TagClassName
{
border-color: #3C5294;
}
</style>