Shades of Tory Blue #3C5184
Tints of Tory Blue #3C5184
RGB
CMYK
RGB Variations
Color information
#3C5184 (or 0x3C5184) is known color: Tory Blue. HEX triplet: 3C, 51 and 84. RGB value is (60,81,132). Sum of RGB (Red+Green+Blue) = 60+81+132=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C5184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5184 is #C3AE7B. Grayscale: #505050. Windows color (decimal): -12824188 or 8671548. OLE color: 8671548.
HSL color Cylindrical-coordinate representation of color #3C5184: hue angle of 222.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C5184 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 81 | 132 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.48 |
| HSL | 222.5º | 0.38% | 0.38% | - |
| HSV(B) | 222.5º | 0.55% | 0.52% | - |
| XYZ | 8.97 | 8.51 | 23 | - |
| YUV | 80.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 132 | 0.55 | 0.39 | 0 | 0.48 | 222.5 | 0.38 | 0.38 |
| Hex | 3C | 51 | 84 | 37 | 27 | 0 | 30 | DE | 26 | 26 |
| Octal | 74 | 121 | 204 | 67 | 47 | 0 | 60 | 336 | 46 | 46 |
| Binary | 111100 | 1010001 | 10000100 | 110111 | 100111 | 0 | 110000 | 11011110 | 100110 | 100110 |
Color Harmonies of #3C5184
Complementary color
Monochromatic Colors of #3C5184
Black with #3C5184
Text Example
Text Example
White with #3C5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5184; }
p { color: rgb(60,81,132); }
H1.HeaderClassName
{
color: #3C5184;
}
.AnyTagClassName
{
color: #3C5184;
}
</style>
background-color css
<style>
a { background-color: #3C5184; }
a { background-color: rgb(60,81,132); }
div.DivClassName
{
background-color: #3C5184;
}
.BgClassName
{
background-color: #3C5184;
}
</style>
border-color css
<style>
span { border-color: #3C5184; }
span { border-color: rgb(60,81,132); }
td.TdClassName
{
border-color: #3C5184;
}
.TagClassName
{
border-color: #3C5184;
}
</style>