Shades of Tory Blue #3C4A89
Tints of Tory Blue #3C4A89
RGB
CMYK
RGB Variations
Color information
#3C4A89 (or 0x3C4A89) is known color: Tory Blue. HEX triplet: 3C, 4A and 89. RGB value is (60,74,137). Sum of RGB (Red+Green+Blue) = 60+74+137=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C4A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4A89 is #C3B576. Grayscale: #4C4C4C. Windows color (decimal): -12825975 or 8997436. OLE color: 8997436.
HSL color Cylindrical-coordinate representation of color #3C4A89: hue angle of 229.09º 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 #3C4A89 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 74 | 137 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.46 |
| HSL | 229.09º | 0.39% | 0.39% | - |
| HSV(B) | 229.09º | 0.56% | 0.54% | - |
| XYZ | 8.83 | 7.66 | 24.68 | - |
| YUV | 77 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 137 | 0.56 | 0.46 | 0 | 0.46 | 229.09 | 0.39 | 0.39 |
| Hex | 3C | 4A | 89 | 38 | 2E | 0 | 2E | E5 | 27 | 27 |
| Octal | 74 | 112 | 211 | 70 | 56 | 0 | 56 | 345 | 47 | 47 |
| Binary | 111100 | 1001010 | 10001001 | 111000 | 101110 | 0 | 101110 | 11100101 | 100111 | 100111 |
Color Harmonies of #3C4A89
Complementary color
Monochromatic Colors of #3C4A89
Black with #3C4A89
Text Example
Text Example
White with #3C4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4A89; }
p { color: rgb(60,74,137); }
H1.HeaderClassName
{
color: #3C4A89;
}
.AnyTagClassName
{
color: #3C4A89;
}
</style>
background-color css
<style>
a { background-color: #3C4A89; }
a { background-color: rgb(60,74,137); }
div.DivClassName
{
background-color: #3C4A89;
}
.BgClassName
{
background-color: #3C4A89;
}
</style>
border-color css
<style>
span { border-color: #3C4A89; }
span { border-color: rgb(60,74,137); }
td.TdClassName
{
border-color: #3C4A89;
}
.TagClassName
{
border-color: #3C4A89;
}
</style>