Shades of Blue Gem #3E24AB
Tints of Blue Gem #3E24AB
RGB
CMYK
RGB Variations
Color information
#3E24AB (or 0x3E24AB) is known color: Blue Gem. HEX triplet: 3E, 24 and AB. RGB value is (62,36,171). Sum of RGB (Red+Green+Blue) = 62+36+171=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E24AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E24AB is #C1DB54. Grayscale: #3A3A3A. Windows color (decimal): -12704597 or 11215934. OLE color: 11215934.
HSL color Cylindrical-coordinate representation of color #3E24AB: hue angle of 251.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E24AB is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 36 | 171 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.33 |
| HSL | 251.56º | 0.65% | 0.41% | - |
| HSV(B) | 251.56º | 0.79% | 0.67% | - |
| XYZ | 9.97 | 5.23 | 39.01 | - |
| YUV | 59.16 | 191.11 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 171 | 0.64 | 0.79 | 0 | 0.33 | 251.56 | 0.65 | 0.41 |
| Hex | 3E | 24 | AB | 40 | 4F | 0 | 21 | FC | 41 | 29 |
| Octal | 76 | 44 | 253 | 100 | 117 | 0 | 41 | 374 | 101 | 51 |
| Binary | 111110 | 100100 | 10101011 | 1000000 | 1001111 | 0 | 100001 | 11111100 | 1000001 | 101001 |
Color Harmonies of #3E24AB
Complementary color
Monochromatic Colors of #3E24AB
Black with #3E24AB
Text Example
Text Example
White with #3E24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E24AB; }
p { color: rgb(62,36,171); }
H1.HeaderClassName
{
color: #3E24AB;
}
.AnyTagClassName
{
color: #3E24AB;
}
</style>
background-color css
<style>
a { background-color: #3E24AB; }
a { background-color: rgb(62,36,171); }
div.DivClassName
{
background-color: #3E24AB;
}
.BgClassName
{
background-color: #3E24AB;
}
</style>
border-color css
<style>
span { border-color: #3E24AB; }
span { border-color: rgb(62,36,171); }
td.TdClassName
{
border-color: #3E24AB;
}
.TagClassName
{
border-color: #3E24AB;
}
</style>