Shades of Tory Blue #3C509C
Tints of Tory Blue #3C509C
RGB
CMYK
RGB Variations
Color information
#3C509C (or 0x3C509C) is known color: Tory Blue. HEX triplet: 3C, 50 and 9C. RGB value is (60,80,156). Sum of RGB (Red+Green+Blue) = 60+80+156=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C509C is #C3AF63. Grayscale: #525252. Windows color (decimal): -12824420 or 10244156. OLE color: 10244156.
HSL color Cylindrical-coordinate representation of color #3C509C: hue angle of 227.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C509C is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 80 | 156 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.39 |
| HSL | 227.5º | 0.44% | 0.42% | - |
| HSV(B) | 227.5º | 0.62% | 0.61% | - |
| XYZ | 10.73 | 9.1 | 32.64 | - |
| YUV | 82.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 156 | 0.62 | 0.49 | 0 | 0.39 | 227.5 | 0.44 | 0.42 |
| Hex | 3C | 50 | 9C | 3E | 31 | 0 | 27 | E4 | 2C | 2A |
| Octal | 74 | 120 | 234 | 76 | 61 | 0 | 47 | 344 | 54 | 52 |
| Binary | 111100 | 1010000 | 10011100 | 111110 | 110001 | 0 | 100111 | 11100100 | 101100 | 101010 |
Color Harmonies of #3C509C
Complementary color
Monochromatic Colors of #3C509C
Black with #3C509C
Text Example
Text Example
White with #3C509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C509C; }
p { color: rgb(60,80,156); }
H1.HeaderClassName
{
color: #3C509C;
}
.AnyTagClassName
{
color: #3C509C;
}
</style>
background-color css
<style>
a { background-color: #3C509C; }
a { background-color: rgb(60,80,156); }
div.DivClassName
{
background-color: #3C509C;
}
.BgClassName
{
background-color: #3C509C;
}
</style>
border-color css
<style>
span { border-color: #3C509C; }
span { border-color: rgb(60,80,156); }
td.TdClassName
{
border-color: #3C509C;
}
.TagClassName
{
border-color: #3C509C;
}
</style>