Shades of Tory Blue #3E5281
Tints of Tory Blue #3E5281
RGB
CMYK
RGB Variations
Color information
#3E5281 (or 0x3E5281) is known color: Tory Blue. HEX triplet: 3E, 52 and 81. RGB value is (62,82,129). Sum of RGB (Red+Green+Blue) = 62+82+129=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E5281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5281 is #C1AD7E. Grayscale: #515151. Windows color (decimal): -12692863 or 8475198. OLE color: 8475198.
HSL color Cylindrical-coordinate representation of color #3E5281: hue angle of 222.09º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E5281 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 82 | 129 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.49 |
| HSL | 222.09º | 0.35% | 0.37% | - |
| HSV(B) | 222.09º | 0.52% | 0.51% | - |
| XYZ | 8.97 | 8.64 | 21.96 | - |
| YUV | 81.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 129 | 0.52 | 0.36 | 0 | 0.49 | 222.09 | 0.35 | 0.37 |
| Hex | 3E | 52 | 81 | 34 | 24 | 0 | 31 | DE | 23 | 25 |
| Octal | 76 | 122 | 201 | 64 | 44 | 0 | 61 | 336 | 43 | 45 |
| Binary | 111110 | 1010010 | 10000001 | 110100 | 100100 | 0 | 110001 | 11011110 | 100011 | 100101 |
Color Harmonies of #3E5281
Complementary color
Monochromatic Colors of #3E5281
Black with #3E5281
Text Example
Text Example
White with #3E5281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5281; }
p { color: rgb(62,82,129); }
H1.HeaderClassName
{
color: #3E5281;
}
.AnyTagClassName
{
color: #3E5281;
}
</style>
background-color css
<style>
a { background-color: #3E5281; }
a { background-color: rgb(62,82,129); }
div.DivClassName
{
background-color: #3E5281;
}
.BgClassName
{
background-color: #3E5281;
}
</style>
border-color css
<style>
span { border-color: #3E5281; }
span { border-color: rgb(62,82,129); }
td.TdClassName
{
border-color: #3E5281;
}
.TagClassName
{
border-color: #3E5281;
}
</style>