Shades of Tory Blue #3E5B8E
Tints of Tory Blue #3E5B8E
RGB
CMYK
RGB Variations
Color information
#3E5B8E (or 0x3E5B8E) is known color: Tory Blue. HEX triplet: 3E, 5B and 8E. RGB value is (62,91,142). Sum of RGB (Red+Green+Blue) = 62+91+142=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E5B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5B8E is #C1A471. Grayscale: #575757. Windows color (decimal): -12690546 or 9329470. OLE color: 9329470.
HSL color Cylindrical-coordinate representation of color #3E5B8E: hue angle of 218.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E5B8E is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 91 | 142 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.44 |
| HSL | 218.25º | 0.39% | 0.4% | - |
| HSV(B) | 218.25º | 0.56% | 0.56% | - |
| XYZ | 10.61 | 10.46 | 27.05 | - |
| YUV | 88.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 142 | 0.56 | 0.36 | 0 | 0.44 | 218.25 | 0.39 | 0.4 |
| Hex | 3E | 5B | 8E | 38 | 24 | 0 | 2C | DA | 27 | 28 |
| Octal | 76 | 133 | 216 | 70 | 44 | 0 | 54 | 332 | 47 | 50 |
| Binary | 111110 | 1011011 | 10001110 | 111000 | 100100 | 0 | 101100 | 11011010 | 100111 | 101000 |
Color Harmonies of #3E5B8E
Complementary color
Monochromatic Colors of #3E5B8E
Black with #3E5B8E
Text Example
Text Example
White with #3E5B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5B8E; }
p { color: rgb(62,91,142); }
H1.HeaderClassName
{
color: #3E5B8E;
}
.AnyTagClassName
{
color: #3E5B8E;
}
</style>
background-color css
<style>
a { background-color: #3E5B8E; }
a { background-color: rgb(62,91,142); }
div.DivClassName
{
background-color: #3E5B8E;
}
.BgClassName
{
background-color: #3E5B8E;
}
</style>
border-color css
<style>
span { border-color: #3E5B8E; }
span { border-color: rgb(62,91,142); }
td.TdClassName
{
border-color: #3E5B8E;
}
.TagClassName
{
border-color: #3E5B8E;
}
</style>