Shades of Blue Gem #3E2DAC
Tints of Blue Gem #3E2DAC
RGB
CMYK
RGB Variations
Color information
#3E2DAC (or 0x3E2DAC) is known color: Blue Gem. HEX triplet: 3E, 2D and AC. RGB value is (62,45,172). Sum of RGB (Red+Green+Blue) = 62+45+172=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2DAC is #C1D253. Grayscale: #404040. Windows color (decimal): -12702292 or 11283774. OLE color: 11283774.
HSL color Cylindrical-coordinate representation of color #3E2DAC: hue angle of 248.03º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2DAC is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 45 | 172 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.33 |
| HSL | 248.03º | 0.59% | 0.43% | - |
| HSV(B) | 248.03º | 0.74% | 0.67% | - |
| XYZ | 10.37 | 5.88 | 39.62 | - |
| YUV | 64.56 | 188.63 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 172 | 0.64 | 0.74 | 0 | 0.33 | 248.03 | 0.59 | 0.43 |
| Hex | 3E | 2D | AC | 40 | 4A | 0 | 21 | F8 | 3B | 2B |
| Octal | 76 | 55 | 254 | 100 | 112 | 0 | 41 | 370 | 73 | 53 |
| Binary | 111110 | 101101 | 10101100 | 1000000 | 1001010 | 0 | 100001 | 11111000 | 111011 | 101011 |
Color Harmonies of #3E2DAC
Complementary color
Monochromatic Colors of #3E2DAC
Black with #3E2DAC
Text Example
Text Example
White with #3E2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2DAC; }
p { color: rgb(62,45,172); }
H1.HeaderClassName
{
color: #3E2DAC;
}
.AnyTagClassName
{
color: #3E2DAC;
}
</style>
background-color css
<style>
a { background-color: #3E2DAC; }
a { background-color: rgb(62,45,172); }
div.DivClassName
{
background-color: #3E2DAC;
}
.BgClassName
{
background-color: #3E2DAC;
}
</style>
border-color css
<style>
span { border-color: #3E2DAC; }
span { border-color: rgb(62,45,172); }
td.TdClassName
{
border-color: #3E2DAC;
}
.TagClassName
{
border-color: #3E2DAC;
}
</style>