Shades of Tory Blue #3C5593
Tints of Tory Blue #3C5593
RGB
CMYK
RGB Variations
Color information
#3C5593 (or 0x3C5593) is known color: Tory Blue. HEX triplet: 3C, 55 and 93. RGB value is (60,85,147). Sum of RGB (Red+Green+Blue) = 60+85+147=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C5593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5593 is #C3AA6C. Grayscale: #545454. Windows color (decimal): -12823149 or 9655612. OLE color: 9655612.
HSL color Cylindrical-coordinate representation of color #3C5593: hue angle of 222.76º 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 #3C5593 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 85 | 147 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.42 |
| HSL | 222.76º | 0.42% | 0.41% | - |
| HSV(B) | 222.76º | 0.59% | 0.58% | - |
| XYZ | 10.38 | 9.56 | 28.9 | - |
| YUV | 84.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 147 | 0.59 | 0.42 | 0 | 0.42 | 222.76 | 0.42 | 0.41 |
| Hex | 3C | 55 | 93 | 3B | 2A | 0 | 2A | DF | 2A | 29 |
| Octal | 74 | 125 | 223 | 73 | 52 | 0 | 52 | 337 | 52 | 51 |
| Binary | 111100 | 1010101 | 10010011 | 111011 | 101010 | 0 | 101010 | 11011111 | 101010 | 101001 |
Color Harmonies of #3C5593
Complementary color
Monochromatic Colors of #3C5593
Black with #3C5593
Text Example
Text Example
White with #3C5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5593; }
p { color: rgb(60,85,147); }
H1.HeaderClassName
{
color: #3C5593;
}
.AnyTagClassName
{
color: #3C5593;
}
</style>
background-color css
<style>
a { background-color: #3C5593; }
a { background-color: rgb(60,85,147); }
div.DivClassName
{
background-color: #3C5593;
}
.BgClassName
{
background-color: #3C5593;
}
</style>
border-color css
<style>
span { border-color: #3C5593; }
span { border-color: rgb(60,85,147); }
td.TdClassName
{
border-color: #3C5593;
}
.TagClassName
{
border-color: #3C5593;
}
</style>