Shades of Blue Gem #3E23AB
Tints of Blue Gem #3E23AB
RGB
CMYK
RGB Variations
Color information
#3E23AB (or 0x3E23AB) is known color: Blue Gem. HEX triplet: 3E, 23 and AB. RGB value is (62,35,171). Sum of RGB (Red+Green+Blue) = 62+35+171=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E23AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E23AB is #C1DC54. Grayscale: #3A3A3A. Windows color (decimal): -12704853 or 11215678. OLE color: 11215678.
HSL color Cylindrical-coordinate representation of color #3E23AB: hue angle of 251.91º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E23AB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 35 | 171 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.33 |
| HSL | 251.91º | 0.66% | 0.4% | - |
| HSV(B) | 251.91º | 0.8% | 0.67% | - |
| XYZ | 9.94 | 5.17 | 39 | - |
| YUV | 58.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 171 | 0.64 | 0.80 | 0 | 0.33 | 251.91 | 0.66 | 0.4 |
| Hex | 3E | 23 | AB | 40 | 50 | 0 | 21 | FC | 42 | 28 |
| Octal | 76 | 43 | 253 | 100 | 120 | 0 | 41 | 374 | 102 | 50 |
| Binary | 111110 | 100011 | 10101011 | 1000000 | 1010000 | 0 | 100001 | 11111100 | 1000010 | 101000 |
Color Harmonies of #3E23AB
Complementary color
Monochromatic Colors of #3E23AB
Black with #3E23AB
Text Example
Text Example
White with #3E23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E23AB; }
p { color: rgb(62,35,171); }
H1.HeaderClassName
{
color: #3E23AB;
}
.AnyTagClassName
{
color: #3E23AB;
}
</style>
background-color css
<style>
a { background-color: #3E23AB; }
a { background-color: rgb(62,35,171); }
div.DivClassName
{
background-color: #3E23AB;
}
.BgClassName
{
background-color: #3E23AB;
}
</style>
border-color css
<style>
span { border-color: #3E23AB; }
span { border-color: rgb(62,35,171); }
td.TdClassName
{
border-color: #3E23AB;
}
.TagClassName
{
border-color: #3E23AB;
}
</style>