Shades of Tory Blue #3C478D
Tints of Tory Blue #3C478D
RGB
CMYK
RGB Variations
Color information
#3C478D (or 0x3C478D) is known color: Tory Blue. HEX triplet: 3C, 47 and 8D. RGB value is (60,71,141). Sum of RGB (Red+Green+Blue) = 60+71+141=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C478D is #C3B872. Grayscale: #4B4B4B. Windows color (decimal): -12826739 or 9258812. OLE color: 9258812.
HSL color Cylindrical-coordinate representation of color #3C478D: hue angle of 231.85º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C478D is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 71 | 141 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.45 |
| HSL | 231.85º | 0.4% | 0.39% | - |
| HSV(B) | 231.85º | 0.57% | 0.55% | - |
| XYZ | 8.92 | 7.39 | 26.16 | - |
| YUV | 75.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 141 | 0.57 | 0.50 | 0 | 0.45 | 231.85 | 0.4 | 0.39 |
| Hex | 3C | 47 | 8D | 39 | 32 | 0 | 2D | E8 | 28 | 27 |
| Octal | 74 | 107 | 215 | 71 | 62 | 0 | 55 | 350 | 50 | 47 |
| Binary | 111100 | 1000111 | 10001101 | 111001 | 110010 | 0 | 101101 | 11101000 | 101000 | 100111 |
Color Harmonies of #3C478D
Complementary color
Monochromatic Colors of #3C478D
Black with #3C478D
Text Example
Text Example
White with #3C478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C478D; }
p { color: rgb(60,71,141); }
H1.HeaderClassName
{
color: #3C478D;
}
.AnyTagClassName
{
color: #3C478D;
}
</style>
background-color css
<style>
a { background-color: #3C478D; }
a { background-color: rgb(60,71,141); }
div.DivClassName
{
background-color: #3C478D;
}
.BgClassName
{
background-color: #3C478D;
}
</style>
border-color css
<style>
span { border-color: #3C478D; }
span { border-color: rgb(60,71,141); }
td.TdClassName
{
border-color: #3C478D;
}
.TagClassName
{
border-color: #3C478D;
}
</style>