Shades of Tory Blue #3E4A8A
Tints of Tory Blue #3E4A8A
RGB
CMYK
RGB Variations
Color information
#3E4A8A (or 0x3E4A8A) is known color: Tory Blue. HEX triplet: 3E, 4A and 8A. RGB value is (62,74,138). Sum of RGB (Red+Green+Blue) = 62+74+138=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E4A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E4A8A is #C1B575. Grayscale: #4D4D4D. Windows color (decimal): -12694902 or 9062974. OLE color: 9062974.
HSL color Cylindrical-coordinate representation of color #3E4A8A: hue angle of 230.53º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E4A8A is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 74 | 138 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.46 |
| HSL | 230.53º | 0.38% | 0.39% | - |
| HSV(B) | 230.53º | 0.55% | 0.54% | - |
| XYZ | 9.02 | 7.76 | 25.07 | - |
| YUV | 77.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 138 | 0.55 | 0.46 | 0 | 0.46 | 230.53 | 0.38 | 0.39 |
| Hex | 3E | 4A | 8A | 37 | 2E | 0 | 2E | E7 | 26 | 27 |
| Octal | 76 | 112 | 212 | 67 | 56 | 0 | 56 | 347 | 46 | 47 |
| Binary | 111110 | 1001010 | 10001010 | 110111 | 101110 | 0 | 101110 | 11100111 | 100110 | 100111 |
Color Harmonies of #3E4A8A
Complementary color
Monochromatic Colors of #3E4A8A
Black with #3E4A8A
Text Example
Text Example
White with #3E4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4A8A; }
p { color: rgb(62,74,138); }
H1.HeaderClassName
{
color: #3E4A8A;
}
.AnyTagClassName
{
color: #3E4A8A;
}
</style>
background-color css
<style>
a { background-color: #3E4A8A; }
a { background-color: rgb(62,74,138); }
div.DivClassName
{
background-color: #3E4A8A;
}
.BgClassName
{
background-color: #3E4A8A;
}
</style>
border-color css
<style>
span { border-color: #3E4A8A; }
span { border-color: rgb(62,74,138); }
td.TdClassName
{
border-color: #3E4A8A;
}
.TagClassName
{
border-color: #3E4A8A;
}
</style>