Shades of Blue Gem #3E3AAC
Tints of Blue Gem #3E3AAC
RGB
CMYK
RGB Variations
Color information
#3E3AAC (or 0x3E3AAC) is known color: Blue Gem. HEX triplet: 3E, 3A and AC. RGB value is (62,58,172). Sum of RGB (Red+Green+Blue) = 62+58+172=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3AAC is #C1C553. Grayscale: #474747. Windows color (decimal): -12698964 or 11287102. OLE color: 11287102.
HSL color Cylindrical-coordinate representation of color #3E3AAC: hue angle of 242.11º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3AAC is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 58 | 172 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.33 |
| HSL | 242.11º | 0.5% | 0.45% | - |
| HSV(B) | 242.11º | 0.66% | 0.67% | - |
| XYZ | 10.95 | 7.03 | 39.81 | - |
| YUV | 72.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 172 | 0.64 | 0.66 | 0 | 0.33 | 242.11 | 0.5 | 0.45 |
| Hex | 3E | 3A | AC | 40 | 42 | 0 | 21 | F2 | 32 | 2D |
| Octal | 76 | 72 | 254 | 100 | 102 | 0 | 41 | 362 | 62 | 55 |
| Binary | 111110 | 111010 | 10101100 | 1000000 | 1000010 | 0 | 100001 | 11110010 | 110010 | 101101 |
Color Harmonies of #3E3AAC
Complementary color
Monochromatic Colors of #3E3AAC
Black with #3E3AAC
Text Example
Text Example
White with #3E3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3AAC; }
p { color: rgb(62,58,172); }
H1.HeaderClassName
{
color: #3E3AAC;
}
.AnyTagClassName
{
color: #3E3AAC;
}
</style>
background-color css
<style>
a { background-color: #3E3AAC; }
a { background-color: rgb(62,58,172); }
div.DivClassName
{
background-color: #3E3AAC;
}
.BgClassName
{
background-color: #3E3AAC;
}
</style>
border-color css
<style>
span { border-color: #3E3AAC; }
span { border-color: rgb(62,58,172); }
td.TdClassName
{
border-color: #3E3AAC;
}
.TagClassName
{
border-color: #3E3AAC;
}
</style>