Shades of Blue Gem #3E31AD
Tints of Blue Gem #3E31AD
RGB
CMYK
RGB Variations
Color information
#3E31AD (or 0x3E31AD) is known color: Blue Gem. HEX triplet: 3E, 31 and AD. RGB value is (62,49,173). Sum of RGB (Red+Green+Blue) = 62+49+173=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E31AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E31AD is #C1CE52. Grayscale: #424242. Windows color (decimal): -12701267 or 11350334. OLE color: 11350334.
HSL color Cylindrical-coordinate representation of color #3E31AD: hue angle of 246.29º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E31AD is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 49 | 173 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.32 |
| HSL | 246.29º | 0.56% | 0.44% | - |
| HSV(B) | 246.29º | 0.72% | 0.68% | - |
| XYZ | 10.63 | 6.24 | 40.18 | - |
| YUV | 67.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 173 | 0.64 | 0.72 | 0 | 0.32 | 246.29 | 0.56 | 0.44 |
| Hex | 3E | 31 | AD | 40 | 48 | 0 | 20 | F6 | 38 | 2C |
| Octal | 76 | 61 | 255 | 100 | 110 | 0 | 40 | 366 | 70 | 54 |
| Binary | 111110 | 110001 | 10101101 | 1000000 | 1001000 | 0 | 100000 | 11110110 | 111000 | 101100 |
Color Harmonies of #3E31AD
Complementary color
Monochromatic Colors of #3E31AD
Black with #3E31AD
Text Example
Text Example
White with #3E31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E31AD; }
p { color: rgb(62,49,173); }
H1.HeaderClassName
{
color: #3E31AD;
}
.AnyTagClassName
{
color: #3E31AD;
}
</style>
background-color css
<style>
a { background-color: #3E31AD; }
a { background-color: rgb(62,49,173); }
div.DivClassName
{
background-color: #3E31AD;
}
.BgClassName
{
background-color: #3E31AD;
}
</style>
border-color css
<style>
span { border-color: #3E31AD; }
span { border-color: rgb(62,49,173); }
td.TdClassName
{
border-color: #3E31AD;
}
.TagClassName
{
border-color: #3E31AD;
}
</style>