Shades of Tory Blue #3C488D
Tints of Tory Blue #3C488D
RGB
CMYK
RGB Variations
Color information
#3C488D (or 0x3C488D) is known color: Tory Blue. HEX triplet: 3C, 48 and 8D. RGB value is (60,72,141). Sum of RGB (Red+Green+Blue) = 60+72+141=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C488D is #C3B772. Grayscale: #4B4B4B. Windows color (decimal): -12826483 or 9259068. OLE color: 9259068.
HSL color Cylindrical-coordinate representation of color #3C488D: hue angle of 231.11º 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 #3C488D is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 72 | 141 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.45 |
| HSL | 231.11º | 0.4% | 0.39% | - |
| HSV(B) | 231.11º | 0.57% | 0.55% | - |
| XYZ | 8.99 | 7.52 | 26.18 | - |
| YUV | 76.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 141 | 0.57 | 0.49 | 0 | 0.45 | 231.11 | 0.4 | 0.39 |
| Hex | 3C | 48 | 8D | 39 | 31 | 0 | 2D | E7 | 28 | 27 |
| Octal | 74 | 110 | 215 | 71 | 61 | 0 | 55 | 347 | 50 | 47 |
| Binary | 111100 | 1001000 | 10001101 | 111001 | 110001 | 0 | 101101 | 11100111 | 101000 | 100111 |
Color Harmonies of #3C488D
Complementary color
Monochromatic Colors of #3C488D
Black with #3C488D
Text Example
Text Example
White with #3C488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C488D; }
p { color: rgb(60,72,141); }
H1.HeaderClassName
{
color: #3C488D;
}
.AnyTagClassName
{
color: #3C488D;
}
</style>
background-color css
<style>
a { background-color: #3C488D; }
a { background-color: rgb(60,72,141); }
div.DivClassName
{
background-color: #3C488D;
}
.BgClassName
{
background-color: #3C488D;
}
</style>
border-color css
<style>
span { border-color: #3C488D; }
span { border-color: rgb(60,72,141); }
td.TdClassName
{
border-color: #3C488D;
}
.TagClassName
{
border-color: #3C488D;
}
</style>