Shades of Tory Blue #3E4B92
Tints of Tory Blue #3E4B92
RGB
CMYK
RGB Variations
Color information
#3E4B92 (or 0x3E4B92) is known color: Tory Blue. HEX triplet: 3E, 4B and 92. RGB value is (62,75,146). Sum of RGB (Red+Green+Blue) = 62+75+146=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E4B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4B92 is #C1B46D. Grayscale: #4E4E4E. Windows color (decimal): -12694638 or 9587518. OLE color: 9587518.
HSL color Cylindrical-coordinate representation of color #3E4B92: hue angle of 230.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E4B92 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 75 | 146 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.43 |
| HSL | 230.71º | 0.4% | 0.41% | - |
| HSV(B) | 230.71º | 0.58% | 0.57% | - |
| XYZ | 9.69 | 8.13 | 28.25 | - |
| YUV | 79.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 146 | 0.58 | 0.49 | 0 | 0.43 | 230.71 | 0.4 | 0.41 |
| Hex | 3E | 4B | 92 | 3A | 31 | 0 | 2B | E7 | 28 | 29 |
| Octal | 76 | 113 | 222 | 72 | 61 | 0 | 53 | 347 | 50 | 51 |
| Binary | 111110 | 1001011 | 10010010 | 111010 | 110001 | 0 | 101011 | 11100111 | 101000 | 101001 |
Color Harmonies of #3E4B92
Complementary color
Monochromatic Colors of #3E4B92
Black with #3E4B92
Text Example
Text Example
White with #3E4B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B92; }
p { color: rgb(62,75,146); }
H1.HeaderClassName
{
color: #3E4B92;
}
.AnyTagClassName
{
color: #3E4B92;
}
</style>
background-color css
<style>
a { background-color: #3E4B92; }
a { background-color: rgb(62,75,146); }
div.DivClassName
{
background-color: #3E4B92;
}
.BgClassName
{
background-color: #3E4B92;
}
</style>
border-color css
<style>
span { border-color: #3E4B92; }
span { border-color: rgb(62,75,146); }
td.TdClassName
{
border-color: #3E4B92;
}
.TagClassName
{
border-color: #3E4B92;
}
</style>