Shades of Tory Blue #3C558E
Tints of Tory Blue #3C558E
RGB
CMYK
RGB Variations
Color information
#3C558E (or 0x3C558E) is known color: Tory Blue. HEX triplet: 3C, 55 and 8E. RGB value is (60,85,142). Sum of RGB (Red+Green+Blue) = 60+85+142=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C558E is #C3AA71. Grayscale: #535353. Windows color (decimal): -12823154 or 9327932. OLE color: 9327932.
HSL color Cylindrical-coordinate representation of color #3C558E: hue angle of 221.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C558E is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 85 | 142 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.44 |
| HSL | 221.71º | 0.41% | 0.4% | - |
| HSV(B) | 221.71º | 0.58% | 0.56% | - |
| XYZ | 9.99 | 9.41 | 26.88 | - |
| YUV | 84.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 142 | 0.58 | 0.40 | 0 | 0.44 | 221.71 | 0.41 | 0.4 |
| Hex | 3C | 55 | 8E | 3A | 28 | 0 | 2C | DE | 29 | 28 |
| Octal | 74 | 125 | 216 | 72 | 50 | 0 | 54 | 336 | 51 | 50 |
| Binary | 111100 | 1010101 | 10001110 | 111010 | 101000 | 0 | 101100 | 11011110 | 101001 | 101000 |
Color Harmonies of #3C558E
Complementary color
Monochromatic Colors of #3C558E
Black with #3C558E
Text Example
Text Example
White with #3C558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C558E; }
p { color: rgb(60,85,142); }
H1.HeaderClassName
{
color: #3C558E;
}
.AnyTagClassName
{
color: #3C558E;
}
</style>
background-color css
<style>
a { background-color: #3C558E; }
a { background-color: rgb(60,85,142); }
div.DivClassName
{
background-color: #3C558E;
}
.BgClassName
{
background-color: #3C558E;
}
</style>
border-color css
<style>
span { border-color: #3C558E; }
span { border-color: rgb(60,85,142); }
td.TdClassName
{
border-color: #3C558E;
}
.TagClassName
{
border-color: #3C558E;
}
</style>