Shades of Tory Blue #3C528A
Tints of Tory Blue #3C528A
RGB
CMYK
RGB Variations
Color information
#3C528A (or 0x3C528A) is known color: Tory Blue. HEX triplet: 3C, 52 and 8A. RGB value is (60,82,138). Sum of RGB (Red+Green+Blue) = 60+82+138=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C528A is #C3AD75. Grayscale: #515151. Windows color (decimal): -12823926 or 9065020. OLE color: 9065020.
HSL color Cylindrical-coordinate representation of color #3C528A: hue angle of 223.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C528A is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 82 | 138 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.46 |
| HSL | 223.08º | 0.39% | 0.39% | - |
| HSV(B) | 223.08º | 0.57% | 0.54% | - |
| XYZ | 9.47 | 8.83 | 25.25 | - |
| YUV | 81.81 | 159.71 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 138 | 0.57 | 0.41 | 0 | 0.46 | 223.08 | 0.39 | 0.39 |
| Hex | 3C | 52 | 8A | 39 | 29 | 0 | 2E | DF | 27 | 27 |
| Octal | 74 | 122 | 212 | 71 | 51 | 0 | 56 | 337 | 47 | 47 |
| Binary | 111100 | 1010010 | 10001010 | 111001 | 101001 | 0 | 101110 | 11011111 | 100111 | 100111 |
Color Harmonies of #3C528A
Complementary color
Monochromatic Colors of #3C528A
Black with #3C528A
Text Example
Text Example
White with #3C528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C528A; }
p { color: rgb(60,82,138); }
H1.HeaderClassName
{
color: #3C528A;
}
.AnyTagClassName
{
color: #3C528A;
}
</style>
background-color css
<style>
a { background-color: #3C528A; }
a { background-color: rgb(60,82,138); }
div.DivClassName
{
background-color: #3C528A;
}
.BgClassName
{
background-color: #3C528A;
}
</style>
border-color css
<style>
span { border-color: #3C528A; }
span { border-color: rgb(60,82,138); }
td.TdClassName
{
border-color: #3C528A;
}
.TagClassName
{
border-color: #3C528A;
}
</style>