Shades of Tory Blue #3C4B89
Tints of Tory Blue #3C4B89
RGB
CMYK
RGB Variations
Color information
#3C4B89 (or 0x3C4B89) is known color: Tory Blue. HEX triplet: 3C, 4B and 89. RGB value is (60,75,137). Sum of RGB (Red+Green+Blue) = 60+75+137=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C4B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4B89 is #C3B476. Grayscale: #4D4D4D. Windows color (decimal): -12825719 or 8997692. OLE color: 8997692.
HSL color Cylindrical-coordinate representation of color #3C4B89: hue angle of 228.31º 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 #3C4B89 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 75 | 137 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.46 |
| HSL | 228.31º | 0.39% | 0.39% | - |
| HSV(B) | 228.31º | 0.56% | 0.54% | - |
| XYZ | 8.89 | 7.8 | 24.7 | - |
| YUV | 77.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 137 | 0.56 | 0.45 | 0 | 0.46 | 228.31 | 0.39 | 0.39 |
| Hex | 3C | 4B | 89 | 38 | 2D | 0 | 2E | E4 | 27 | 27 |
| Octal | 74 | 113 | 211 | 70 | 55 | 0 | 56 | 344 | 47 | 47 |
| Binary | 111100 | 1001011 | 10001001 | 111000 | 101101 | 0 | 101110 | 11100100 | 100111 | 100111 |
Color Harmonies of #3C4B89
Complementary color
Monochromatic Colors of #3C4B89
Black with #3C4B89
Text Example
Text Example
White with #3C4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B89; }
p { color: rgb(60,75,137); }
H1.HeaderClassName
{
color: #3C4B89;
}
.AnyTagClassName
{
color: #3C4B89;
}
</style>
background-color css
<style>
a { background-color: #3C4B89; }
a { background-color: rgb(60,75,137); }
div.DivClassName
{
background-color: #3C4B89;
}
.BgClassName
{
background-color: #3C4B89;
}
</style>
border-color css
<style>
span { border-color: #3C4B89; }
span { border-color: rgb(60,75,137); }
td.TdClassName
{
border-color: #3C4B89;
}
.TagClassName
{
border-color: #3C4B89;
}
</style>