Shades of Blue Gem #3E3BAE
Tints of Blue Gem #3E3BAE
RGB
CMYK
RGB Variations
Color information
#3E3BAE (or 0x3E3BAE) is known color: Blue Gem. HEX triplet: 3E, 3B and AE. RGB value is (62,59,174). Sum of RGB (Red+Green+Blue) = 62+59+174=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3BAE is #C1C451. Grayscale: #484848. Windows color (decimal): -12698706 or 11418430. OLE color: 11418430.
HSL color Cylindrical-coordinate representation of color #3E3BAE: hue angle of 241.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3BAE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 59 | 174 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.32 |
| HSL | 241.57º | 0.49% | 0.46% | - |
| HSV(B) | 241.57º | 0.66% | 0.68% | - |
| XYZ | 11.19 | 7.21 | 40.85 | - |
| YUV | 73.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 174 | 0.64 | 0.66 | 0 | 0.32 | 241.57 | 0.49 | 0.46 |
| Hex | 3E | 3B | AE | 40 | 42 | 0 | 20 | F2 | 31 | 2E |
| Octal | 76 | 73 | 256 | 100 | 102 | 0 | 40 | 362 | 61 | 56 |
| Binary | 111110 | 111011 | 10101110 | 1000000 | 1000010 | 0 | 100000 | 11110010 | 110001 | 101110 |
Color Harmonies of #3E3BAE
Complementary color
Monochromatic Colors of #3E3BAE
Black with #3E3BAE
Text Example
Text Example
White with #3E3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BAE; }
p { color: rgb(62,59,174); }
H1.HeaderClassName
{
color: #3E3BAE;
}
.AnyTagClassName
{
color: #3E3BAE;
}
</style>
background-color css
<style>
a { background-color: #3E3BAE; }
a { background-color: rgb(62,59,174); }
div.DivClassName
{
background-color: #3E3BAE;
}
.BgClassName
{
background-color: #3E3BAE;
}
</style>
border-color css
<style>
span { border-color: #3E3BAE; }
span { border-color: rgb(62,59,174); }
td.TdClassName
{
border-color: #3E3BAE;
}
.TagClassName
{
border-color: #3E3BAE;
}
</style>