Shades of Tory Blue #3C4D7C
Tints of Tory Blue #3C4D7C
RGB
CMYK
RGB Variations
Color information
#3C4D7C (or 0x3C4D7C) is known color: Tory Blue. HEX triplet: 3C, 4D and 7C. RGB value is (60,77,124). Sum of RGB (Red+Green+Blue) = 60+77+124=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C4D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D7C is #C3B283. Grayscale: #4D4D4D. Windows color (decimal): -12825220 or 8146236. OLE color: 8146236.
HSL color Cylindrical-coordinate representation of color #3C4D7C: hue angle of 224.06º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C4D7C is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 77 | 124 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.51 |
| HSL | 224.06º | 0.35% | 0.36% | - |
| HSV(B) | 224.06º | 0.52% | 0.49% | - |
| XYZ | 8.16 | 7.72 | 20.13 | - |
| YUV | 77.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 124 | 0.52 | 0.38 | 0 | 0.51 | 224.06 | 0.35 | 0.36 |
| Hex | 3C | 4D | 7C | 34 | 26 | 0 | 33 | E0 | 23 | 24 |
| Octal | 74 | 115 | 174 | 64 | 46 | 0 | 63 | 340 | 43 | 44 |
| Binary | 111100 | 1001101 | 1111100 | 110100 | 100110 | 0 | 110011 | 11100000 | 100011 | 100100 |
Color Harmonies of #3C4D7C
Complementary color
Monochromatic Colors of #3C4D7C
Black with #3C4D7C
Text Example
Text Example
White with #3C4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D7C; }
p { color: rgb(60,77,124); }
H1.HeaderClassName
{
color: #3C4D7C;
}
.AnyTagClassName
{
color: #3C4D7C;
}
</style>
background-color css
<style>
a { background-color: #3C4D7C; }
a { background-color: rgb(60,77,124); }
div.DivClassName
{
background-color: #3C4D7C;
}
.BgClassName
{
background-color: #3C4D7C;
}
</style>
border-color css
<style>
span { border-color: #3C4D7C; }
span { border-color: rgb(60,77,124); }
td.TdClassName
{
border-color: #3C4D7C;
}
.TagClassName
{
border-color: #3C4D7C;
}
</style>