Shades of Tory Blue #3C4882
Tints of Tory Blue #3C4882
RGB
CMYK
RGB Variations
Color information
#3C4882 (or 0x3C4882) is known color: Tory Blue. HEX triplet: 3C, 48 and 82. RGB value is (60,72,130). Sum of RGB (Red+Green+Blue) = 60+72+130=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C4882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4882 is #C3B77D. Grayscale: #4A4A4A. Windows color (decimal): -12826494 or 8538172. OLE color: 8538172.
HSL color Cylindrical-coordinate representation of color #3C4882: hue angle of 229.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C4882 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 72 | 130 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.49 |
| HSL | 229.71º | 0.37% | 0.37% | - |
| HSV(B) | 229.71º | 0.54% | 0.51% | - |
| XYZ | 8.21 | 7.21 | 22.08 | - |
| YUV | 75.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 130 | 0.54 | 0.45 | 0 | 0.49 | 229.71 | 0.37 | 0.37 |
| Hex | 3C | 48 | 82 | 36 | 2D | 0 | 31 | E6 | 25 | 25 |
| Octal | 74 | 110 | 202 | 66 | 55 | 0 | 61 | 346 | 45 | 45 |
| Binary | 111100 | 1001000 | 10000010 | 110110 | 101101 | 0 | 110001 | 11100110 | 100101 | 100101 |
Color Harmonies of #3C4882
Complementary color
Monochromatic Colors of #3C4882
Black with #3C4882
Text Example
Text Example
White with #3C4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4882; }
p { color: rgb(60,72,130); }
H1.HeaderClassName
{
color: #3C4882;
}
.AnyTagClassName
{
color: #3C4882;
}
</style>
background-color css
<style>
a { background-color: #3C4882; }
a { background-color: rgb(60,72,130); }
div.DivClassName
{
background-color: #3C4882;
}
.BgClassName
{
background-color: #3C4882;
}
</style>
border-color css
<style>
span { border-color: #3C4882; }
span { border-color: rgb(60,72,130); }
td.TdClassName
{
border-color: #3C4882;
}
.TagClassName
{
border-color: #3C4882;
}
</style>