Shades of Tory Blue #3C5391
Tints of Tory Blue #3C5391
RGB
CMYK
RGB Variations
Color information
#3C5391 (or 0x3C5391) is known color: Tory Blue. HEX triplet: 3C, 53 and 91. RGB value is (60,83,145). Sum of RGB (Red+Green+Blue) = 60+83+145=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C5391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5391 is #C3AC6E. Grayscale: #525252. Windows color (decimal): -12823663 or 9524028. OLE color: 9524028.
HSL color Cylindrical-coordinate representation of color #3C5391: hue angle of 223.76º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C5391 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 83 | 145 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.43 |
| HSL | 223.76º | 0.41% | 0.4% | - |
| HSV(B) | 223.76º | 0.59% | 0.57% | - |
| XYZ | 10.07 | 9.19 | 28.03 | - |
| YUV | 83.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 145 | 0.59 | 0.43 | 0 | 0.43 | 223.76 | 0.41 | 0.4 |
| Hex | 3C | 53 | 91 | 3B | 2B | 0 | 2B | E0 | 29 | 28 |
| Octal | 74 | 123 | 221 | 73 | 53 | 0 | 53 | 340 | 51 | 50 |
| Binary | 111100 | 1010011 | 10010001 | 111011 | 101011 | 0 | 101011 | 11100000 | 101001 | 101000 |
Color Harmonies of #3C5391
Complementary color
Monochromatic Colors of #3C5391
Black with #3C5391
Text Example
Text Example
White with #3C5391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5391; }
p { color: rgb(60,83,145); }
H1.HeaderClassName
{
color: #3C5391;
}
.AnyTagClassName
{
color: #3C5391;
}
</style>
background-color css
<style>
a { background-color: #3C5391; }
a { background-color: rgb(60,83,145); }
div.DivClassName
{
background-color: #3C5391;
}
.BgClassName
{
background-color: #3C5391;
}
</style>
border-color css
<style>
span { border-color: #3C5391; }
span { border-color: rgb(60,83,145); }
td.TdClassName
{
border-color: #3C5391;
}
.TagClassName
{
border-color: #3C5391;
}
</style>