Shades of Blue Gem #3E1DAC
Tints of Blue Gem #3E1DAC
RGB
CMYK
RGB Variations
Color information
#3E1DAC (or 0x3E1DAC) is known color: Blue Gem. HEX triplet: 3E, 1D and AC. RGB value is (62,29,172). Sum of RGB (Red+Green+Blue) = 62+29+172=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E1DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1DAC is #C1E253. Grayscale: #363636. Windows color (decimal): -12706388 or 11279678. OLE color: 11279678.
HSL color Cylindrical-coordinate representation of color #3E1DAC: hue angle of 253.85º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E1DAC is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 29 | 172 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.33 |
| HSL | 253.85º | 0.71% | 0.39% | - |
| HSV(B) | 253.85º | 0.83% | 0.67% | - |
| XYZ | 9.87 | 4.88 | 39.45 | - |
| YUV | 55.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 172 | 0.64 | 0.83 | 0 | 0.33 | 253.85 | 0.71 | 0.39 |
| Hex | 3E | 1D | AC | 40 | 53 | 0 | 21 | FE | 47 | 27 |
| Octal | 76 | 35 | 254 | 100 | 123 | 0 | 41 | 376 | 107 | 47 |
| Binary | 111110 | 11101 | 10101100 | 1000000 | 1010011 | 0 | 100001 | 11111110 | 1000111 | 100111 |
Color Harmonies of #3E1DAC
Complementary color
Monochromatic Colors of #3E1DAC
Black with #3E1DAC
Text Example
Text Example
White with #3E1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1DAC; }
p { color: rgb(62,29,172); }
H1.HeaderClassName
{
color: #3E1DAC;
}
.AnyTagClassName
{
color: #3E1DAC;
}
</style>
background-color css
<style>
a { background-color: #3E1DAC; }
a { background-color: rgb(62,29,172); }
div.DivClassName
{
background-color: #3E1DAC;
}
.BgClassName
{
background-color: #3E1DAC;
}
</style>
border-color css
<style>
span { border-color: #3E1DAC; }
span { border-color: rgb(62,29,172); }
td.TdClassName
{
border-color: #3E1DAC;
}
.TagClassName
{
border-color: #3E1DAC;
}
</style>