Shades of Tory Blue #3C578C
Tints of Tory Blue #3C578C
RGB
CMYK
RGB Variations
Color information
#3C578C (or 0x3C578C) is known color: Tory Blue. HEX triplet: 3C, 57 and 8C. RGB value is (60,87,140). Sum of RGB (Red+Green+Blue) = 60+87+140=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C578C is #C3A873. Grayscale: #545454. Windows color (decimal): -12822644 or 9197372. OLE color: 9197372.
HSL color Cylindrical-coordinate representation of color #3C578C: hue angle of 219.75º 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 #3C578C is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 87 | 140 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.45 |
| HSL | 219.75º | 0.4% | 0.39% | - |
| HSV(B) | 219.75º | 0.57% | 0.55% | - |
| XYZ | 10.01 | 9.67 | 26.15 | - |
| YUV | 84.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 140 | 0.57 | 0.38 | 0 | 0.45 | 219.75 | 0.4 | 0.39 |
| Hex | 3C | 57 | 8C | 39 | 26 | 0 | 2D | DC | 28 | 27 |
| Octal | 74 | 127 | 214 | 71 | 46 | 0 | 55 | 334 | 50 | 47 |
| Binary | 111100 | 1010111 | 10001100 | 111001 | 100110 | 0 | 101101 | 11011100 | 101000 | 100111 |
Color Harmonies of #3C578C
Complementary color
Monochromatic Colors of #3C578C
Black with #3C578C
Text Example
Text Example
White with #3C578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C578C; }
p { color: rgb(60,87,140); }
H1.HeaderClassName
{
color: #3C578C;
}
.AnyTagClassName
{
color: #3C578C;
}
</style>
background-color css
<style>
a { background-color: #3C578C; }
a { background-color: rgb(60,87,140); }
div.DivClassName
{
background-color: #3C578C;
}
.BgClassName
{
background-color: #3C578C;
}
</style>
border-color css
<style>
span { border-color: #3C578C; }
span { border-color: rgb(60,87,140); }
td.TdClassName
{
border-color: #3C578C;
}
.TagClassName
{
border-color: #3C578C;
}
</style>