Shades of Tory Blue #3C5789
Tints of Tory Blue #3C5789
RGB
CMYK
RGB Variations
Color information
#3C5789 (or 0x3C5789) is known color: Tory Blue. HEX triplet: 3C, 57 and 89. RGB value is (60,87,137). Sum of RGB (Red+Green+Blue) = 60+87+137=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C5789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5789 is #C3A876. Grayscale: #545454. Windows color (decimal): -12822647 or 9000764. OLE color: 9000764.
HSL color Cylindrical-coordinate representation of color #3C5789: hue angle of 218.96º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C5789 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 87 | 137 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.46 |
| HSL | 218.96º | 0.39% | 0.39% | - |
| HSV(B) | 218.96º | 0.56% | 0.54% | - |
| XYZ | 9.79 | 9.58 | 25 | - |
| YUV | 84.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 137 | 0.56 | 0.36 | 0 | 0.46 | 218.96 | 0.39 | 0.39 |
| Hex | 3C | 57 | 89 | 38 | 24 | 0 | 2E | DB | 27 | 27 |
| Octal | 74 | 127 | 211 | 70 | 44 | 0 | 56 | 333 | 47 | 47 |
| Binary | 111100 | 1010111 | 10001001 | 111000 | 100100 | 0 | 101110 | 11011011 | 100111 | 100111 |
Color Harmonies of #3C5789
Complementary color
Monochromatic Colors of #3C5789
Black with #3C5789
Text Example
Text Example
White with #3C5789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5789; }
p { color: rgb(60,87,137); }
H1.HeaderClassName
{
color: #3C5789;
}
.AnyTagClassName
{
color: #3C5789;
}
</style>
background-color css
<style>
a { background-color: #3C5789; }
a { background-color: rgb(60,87,137); }
div.DivClassName
{
background-color: #3C5789;
}
.BgClassName
{
background-color: #3C5789;
}
</style>
border-color css
<style>
span { border-color: #3C5789; }
span { border-color: rgb(60,87,137); }
td.TdClassName
{
border-color: #3C5789;
}
.TagClassName
{
border-color: #3C5789;
}
</style>