Shades of Tory Blue #3C5293
Tints of Tory Blue #3C5293
RGB
CMYK
RGB Variations
Color information
#3C5293 (or 0x3C5293) is known color: Tory Blue. HEX triplet: 3C, 52 and 93. RGB value is (60,82,147). Sum of RGB (Red+Green+Blue) = 60+82+147=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C5293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5293 is #C3AD6C. Grayscale: #525252. Windows color (decimal): -12823917 or 9654844. OLE color: 9654844.
HSL color Cylindrical-coordinate representation of color #3C5293: hue angle of 224.83º 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 #3C5293 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 82 | 147 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.42 |
| HSL | 224.83º | 0.42% | 0.41% | - |
| HSV(B) | 224.83º | 0.59% | 0.58% | - |
| XYZ | 10.15 | 9.1 | 28.83 | - |
| YUV | 82.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 147 | 0.59 | 0.44 | 0 | 0.42 | 224.83 | 0.42 | 0.41 |
| Hex | 3C | 52 | 93 | 3B | 2C | 0 | 2A | E1 | 2A | 29 |
| Octal | 74 | 122 | 223 | 73 | 54 | 0 | 52 | 341 | 52 | 51 |
| Binary | 111100 | 1010010 | 10010011 | 111011 | 101100 | 0 | 101010 | 11100001 | 101010 | 101001 |
Color Harmonies of #3C5293
Complementary color
Monochromatic Colors of #3C5293
Black with #3C5293
Text Example
Text Example
White with #3C5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5293; }
p { color: rgb(60,82,147); }
H1.HeaderClassName
{
color: #3C5293;
}
.AnyTagClassName
{
color: #3C5293;
}
</style>
background-color css
<style>
a { background-color: #3C5293; }
a { background-color: rgb(60,82,147); }
div.DivClassName
{
background-color: #3C5293;
}
.BgClassName
{
background-color: #3C5293;
}
</style>
border-color css
<style>
span { border-color: #3C5293; }
span { border-color: rgb(60,82,147); }
td.TdClassName
{
border-color: #3C5293;
}
.TagClassName
{
border-color: #3C5293;
}
</style>