Shades of Tory Blue #3C5295
Tints of Tory Blue #3C5295
RGB
CMYK
RGB Variations
Color information
#3C5295 (or 0x3C5295) is known color: Tory Blue. HEX triplet: 3C, 52 and 95. RGB value is (60,82,149). Sum of RGB (Red+Green+Blue) = 60+82+149=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C5295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5295 is #C3AD6A. Grayscale: #525252. Windows color (decimal): -12823915 or 9785916. OLE color: 9785916.
HSL color Cylindrical-coordinate representation of color #3C5295: hue angle of 225.17º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C5295 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 82 | 149 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.42 |
| HSL | 225.17º | 0.43% | 0.41% | - |
| HSV(B) | 225.17º | 0.6% | 0.58% | - |
| XYZ | 10.31 | 9.17 | 29.66 | - |
| YUV | 83.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 149 | 0.60 | 0.45 | 0 | 0.42 | 225.17 | 0.43 | 0.41 |
| Hex | 3C | 52 | 95 | 3C | 2D | 0 | 2A | E1 | 2B | 29 |
| Octal | 74 | 122 | 225 | 74 | 55 | 0 | 52 | 341 | 53 | 51 |
| Binary | 111100 | 1010010 | 10010101 | 111100 | 101101 | 0 | 101010 | 11100001 | 101011 | 101001 |
Color Harmonies of #3C5295
Complementary color
Monochromatic Colors of #3C5295
Black with #3C5295
Text Example
Text Example
White with #3C5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5295; }
p { color: rgb(60,82,149); }
H1.HeaderClassName
{
color: #3C5295;
}
.AnyTagClassName
{
color: #3C5295;
}
</style>
background-color css
<style>
a { background-color: #3C5295; }
a { background-color: rgb(60,82,149); }
div.DivClassName
{
background-color: #3C5295;
}
.BgClassName
{
background-color: #3C5295;
}
</style>
border-color css
<style>
span { border-color: #3C5295; }
span { border-color: rgb(60,82,149); }
td.TdClassName
{
border-color: #3C5295;
}
.TagClassName
{
border-color: #3C5295;
}
</style>