Shades of Blue Gem #3E3BAD
Tints of Blue Gem #3E3BAD
RGB
CMYK
RGB Variations
Color information
#3E3BAD (or 0x3E3BAD) is known color: Blue Gem. HEX triplet: 3E, 3B and AD. RGB value is (62,59,173). Sum of RGB (Red+Green+Blue) = 62+59+173=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E3BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3BAD is #C1C452. Grayscale: #484848. Windows color (decimal): -12698707 or 11352894. OLE color: 11352894.
HSL color Cylindrical-coordinate representation of color #3E3BAD: hue angle of 241.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E3BAD is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 59 | 173 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.32 |
| HSL | 241.58º | 0.49% | 0.45% | - |
| HSV(B) | 241.58º | 0.66% | 0.68% | - |
| XYZ | 11.09 | 7.17 | 40.33 | - |
| YUV | 72.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 173 | 0.64 | 0.66 | 0 | 0.32 | 241.58 | 0.49 | 0.45 |
| Hex | 3E | 3B | AD | 40 | 42 | 0 | 20 | F2 | 31 | 2D |
| Octal | 76 | 73 | 255 | 100 | 102 | 0 | 40 | 362 | 61 | 55 |
| Binary | 111110 | 111011 | 10101101 | 1000000 | 1000010 | 0 | 100000 | 11110010 | 110001 | 101101 |
Color Harmonies of #3E3BAD
Complementary color
Monochromatic Colors of #3E3BAD
Black with #3E3BAD
Text Example
Text Example
White with #3E3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BAD; }
p { color: rgb(62,59,173); }
H1.HeaderClassName
{
color: #3E3BAD;
}
.AnyTagClassName
{
color: #3E3BAD;
}
</style>
background-color css
<style>
a { background-color: #3E3BAD; }
a { background-color: rgb(62,59,173); }
div.DivClassName
{
background-color: #3E3BAD;
}
.BgClassName
{
background-color: #3E3BAD;
}
</style>
border-color css
<style>
span { border-color: #3E3BAD; }
span { border-color: rgb(62,59,173); }
td.TdClassName
{
border-color: #3E3BAD;
}
.TagClassName
{
border-color: #3E3BAD;
}
</style>