Shades of Tory Blue #3C478E
Tints of Tory Blue #3C478E
RGB
CMYK
RGB Variations
Color information
#3C478E (or 0x3C478E) is known color: Tory Blue. HEX triplet: 3C, 47 and 8E. RGB value is (60,71,142). Sum of RGB (Red+Green+Blue) = 60+71+142=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C478E is #C3B871. Grayscale: #4B4B4B. Windows color (decimal): -12826738 or 9324348. OLE color: 9324348.
HSL color Cylindrical-coordinate representation of color #3C478E: hue angle of 231.95º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C478E is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 71 | 142 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.44 |
| HSL | 231.95º | 0.41% | 0.4% | - |
| HSV(B) | 231.95º | 0.58% | 0.56% | - |
| XYZ | 9 | 7.42 | 26.55 | - |
| YUV | 75.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 142 | 0.58 | 0.5 | 0 | 0.44 | 231.95 | 0.41 | 0.4 |
| Hex | 3C | 47 | 8E | 3A | 32 | 0 | 2C | E8 | 29 | 28 |
| Octal | 74 | 107 | 216 | 72 | 62 | 0 | 54 | 350 | 51 | 50 |
| Binary | 111100 | 1000111 | 10001110 | 111010 | 110010 | 0 | 101100 | 11101000 | 101001 | 101000 |
Color Harmonies of #3C478E
Complementary color
Monochromatic Colors of #3C478E
Black with #3C478E
Text Example
Text Example
White with #3C478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C478E; }
p { color: rgb(60,71,142); }
H1.HeaderClassName
{
color: #3C478E;
}
.AnyTagClassName
{
color: #3C478E;
}
</style>
background-color css
<style>
a { background-color: #3C478E; }
a { background-color: rgb(60,71,142); }
div.DivClassName
{
background-color: #3C478E;
}
.BgClassName
{
background-color: #3C478E;
}
</style>
border-color css
<style>
span { border-color: #3C478E; }
span { border-color: rgb(60,71,142); }
td.TdClassName
{
border-color: #3C478E;
}
.TagClassName
{
border-color: #3C478E;
}
</style>