Shades of Tory Blue #3C508E
Tints of Tory Blue #3C508E
RGB
CMYK
RGB Variations
Color information
#3C508E (or 0x3C508E) is known color: Tory Blue. HEX triplet: 3C, 50 and 8E. RGB value is (60,80,142). Sum of RGB (Red+Green+Blue) = 60+80+142=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C508E is #C3AF71. Grayscale: #505050. Windows color (decimal): -12824434 or 9326652. OLE color: 9326652.
HSL color Cylindrical-coordinate representation of color #3C508E: hue angle of 225.37º 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 #3C508E is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 80 | 142 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.44 |
| HSL | 225.37º | 0.41% | 0.4% | - |
| HSV(B) | 225.37º | 0.58% | 0.56% | - |
| XYZ | 9.61 | 8.65 | 26.75 | - |
| YUV | 81.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 142 | 0.58 | 0.44 | 0 | 0.44 | 225.37 | 0.41 | 0.4 |
| Hex | 3C | 50 | 8E | 3A | 2C | 0 | 2C | E1 | 29 | 28 |
| Octal | 74 | 120 | 216 | 72 | 54 | 0 | 54 | 341 | 51 | 50 |
| Binary | 111100 | 1010000 | 10001110 | 111010 | 101100 | 0 | 101100 | 11100001 | 101001 | 101000 |
Color Harmonies of #3C508E
Complementary color
Monochromatic Colors of #3C508E
Black with #3C508E
Text Example
Text Example
White with #3C508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C508E; }
p { color: rgb(60,80,142); }
H1.HeaderClassName
{
color: #3C508E;
}
.AnyTagClassName
{
color: #3C508E;
}
</style>
background-color css
<style>
a { background-color: #3C508E; }
a { background-color: rgb(60,80,142); }
div.DivClassName
{
background-color: #3C508E;
}
.BgClassName
{
background-color: #3C508E;
}
</style>
border-color css
<style>
span { border-color: #3C508E; }
span { border-color: rgb(60,80,142); }
td.TdClassName
{
border-color: #3C508E;
}
.TagClassName
{
border-color: #3C508E;
}
</style>