Shades of Tory Blue #3C4D94
Tints of Tory Blue #3C4D94
RGB
CMYK
RGB Variations
Color information
#3C4D94 (or 0x3C4D94) is known color: Tory Blue. HEX triplet: 3C, 4D and 94. RGB value is (60,77,148). Sum of RGB (Red+Green+Blue) = 60+77+148=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C4D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4D94 is #C3B26B. Grayscale: #4F4F4F. Windows color (decimal): -12825196 or 9719100. OLE color: 9719100.
HSL color Cylindrical-coordinate representation of color #3C4D94: hue angle of 228.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C4D94 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 77 | 148 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.42 |
| HSL | 228.41º | 0.42% | 0.41% | - |
| HSV(B) | 228.41º | 0.59% | 0.58% | - |
| XYZ | 9.86 | 8.41 | 29.12 | - |
| YUV | 80.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 148 | 0.59 | 0.48 | 0 | 0.42 | 228.41 | 0.42 | 0.41 |
| Hex | 3C | 4D | 94 | 3B | 30 | 0 | 2A | E4 | 2A | 29 |
| Octal | 74 | 115 | 224 | 73 | 60 | 0 | 52 | 344 | 52 | 51 |
| Binary | 111100 | 1001101 | 10010100 | 111011 | 110000 | 0 | 101010 | 11100100 | 101010 | 101001 |
Color Harmonies of #3C4D94
Complementary color
Monochromatic Colors of #3C4D94
Black with #3C4D94
Text Example
Text Example
White with #3C4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D94; }
p { color: rgb(60,77,148); }
H1.HeaderClassName
{
color: #3C4D94;
}
.AnyTagClassName
{
color: #3C4D94;
}
</style>
background-color css
<style>
a { background-color: #3C4D94; }
a { background-color: rgb(60,77,148); }
div.DivClassName
{
background-color: #3C4D94;
}
.BgClassName
{
background-color: #3C4D94;
}
</style>
border-color css
<style>
span { border-color: #3C4D94; }
span { border-color: rgb(60,77,148); }
td.TdClassName
{
border-color: #3C4D94;
}
.TagClassName
{
border-color: #3C4D94;
}
</style>