Shades of Blue Gem #3E3CAD
Tints of Blue Gem #3E3CAD
RGB
CMYK
RGB Variations
Color information
#3E3CAD (or 0x3E3CAD) is known color: Blue Gem. HEX triplet: 3E, 3C and AD. RGB value is (62,60,173). Sum of RGB (Red+Green+Blue) = 62+60+173=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3CAD is #C1C352. Grayscale: #494949. Windows color (decimal): -12698451 or 11353150. OLE color: 11353150.
HSL color Cylindrical-coordinate representation of color #3E3CAD: hue angle of 241.06º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E3CAD is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 60 | 173 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.32 |
| HSL | 241.06º | 0.48% | 0.46% | - |
| HSV(B) | 241.06º | 0.65% | 0.68% | - |
| XYZ | 11.15 | 7.27 | 40.35 | - |
| YUV | 73.48 | 184.16 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 173 | 0.64 | 0.65 | 0 | 0.32 | 241.06 | 0.48 | 0.46 |
| Hex | 3E | 3C | AD | 40 | 41 | 0 | 20 | F1 | 30 | 2E |
| Octal | 76 | 74 | 255 | 100 | 101 | 0 | 40 | 361 | 60 | 56 |
| Binary | 111110 | 111100 | 10101101 | 1000000 | 1000001 | 0 | 100000 | 11110001 | 110000 | 101110 |
Color Harmonies of #3E3CAD
Complementary color
Monochromatic Colors of #3E3CAD
Black with #3E3CAD
Text Example
Text Example
White with #3E3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3CAD; }
p { color: rgb(62,60,173); }
H1.HeaderClassName
{
color: #3E3CAD;
}
.AnyTagClassName
{
color: #3E3CAD;
}
</style>
background-color css
<style>
a { background-color: #3E3CAD; }
a { background-color: rgb(62,60,173); }
div.DivClassName
{
background-color: #3E3CAD;
}
.BgClassName
{
background-color: #3E3CAD;
}
</style>
border-color css
<style>
span { border-color: #3E3CAD; }
span { border-color: rgb(62,60,173); }
td.TdClassName
{
border-color: #3E3CAD;
}
.TagClassName
{
border-color: #3E3CAD;
}
</style>