Shades of Tory Blue #3E528D
Tints of Tory Blue #3E528D
RGB
CMYK
RGB Variations
Color information
#3E528D (or 0x3E528D) is known color: Tory Blue. HEX triplet: 3E, 52 and 8D. RGB value is (62,82,141). Sum of RGB (Red+Green+Blue) = 62+82+141=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E528D is #C1AD72. Grayscale: #525252. Windows color (decimal): -12692851 or 9261630. OLE color: 9261630.
HSL color Cylindrical-coordinate representation of color #3E528D: hue angle of 224.81º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E528D is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 82 | 141 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.45 |
| HSL | 224.81º | 0.39% | 0.4% | - |
| HSV(B) | 224.81º | 0.56% | 0.55% | - |
| XYZ | 9.81 | 8.98 | 26.42 | - |
| YUV | 82.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 141 | 0.56 | 0.42 | 0 | 0.45 | 224.81 | 0.39 | 0.4 |
| Hex | 3E | 52 | 8D | 38 | 2A | 0 | 2D | E1 | 27 | 28 |
| Octal | 76 | 122 | 215 | 70 | 52 | 0 | 55 | 341 | 47 | 50 |
| Binary | 111110 | 1010010 | 10001101 | 111000 | 101010 | 0 | 101101 | 11100001 | 100111 | 101000 |
Color Harmonies of #3E528D
Complementary color
Monochromatic Colors of #3E528D
Black with #3E528D
Text Example
Text Example
White with #3E528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E528D; }
p { color: rgb(62,82,141); }
H1.HeaderClassName
{
color: #3E528D;
}
.AnyTagClassName
{
color: #3E528D;
}
</style>
background-color css
<style>
a { background-color: #3E528D; }
a { background-color: rgb(62,82,141); }
div.DivClassName
{
background-color: #3E528D;
}
.BgClassName
{
background-color: #3E528D;
}
</style>
border-color css
<style>
span { border-color: #3E528D; }
span { border-color: rgb(62,82,141); }
td.TdClassName
{
border-color: #3E528D;
}
.TagClassName
{
border-color: #3E528D;
}
</style>