Shades of Blue Gem #3E24AC
Tints of Blue Gem #3E24AC
RGB
CMYK
RGB Variations
Color information
#3E24AC (or 0x3E24AC) is known color: Blue Gem. HEX triplet: 3E, 24 and AC. RGB value is (62,36,172). Sum of RGB (Red+Green+Blue) = 62+36+172=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E24AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E24AC is #C1DB53. Grayscale: #3A3A3A. Windows color (decimal): -12704596 or 11281470. OLE color: 11281470.
HSL color Cylindrical-coordinate representation of color #3E24AC: hue angle of 251.47º 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 #3E24AC is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 36 | 172 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.33 |
| HSL | 251.47º | 0.65% | 0.41% | - |
| HSV(B) | 251.47º | 0.79% | 0.67% | - |
| XYZ | 10.06 | 5.26 | 39.52 | - |
| YUV | 59.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 172 | 0.64 | 0.79 | 0 | 0.33 | 251.47 | 0.65 | 0.41 |
| Hex | 3E | 24 | AC | 40 | 4F | 0 | 21 | FB | 41 | 29 |
| Octal | 76 | 44 | 254 | 100 | 117 | 0 | 41 | 373 | 101 | 51 |
| Binary | 111110 | 100100 | 10101100 | 1000000 | 1001111 | 0 | 100001 | 11111011 | 1000001 | 101001 |
Color Harmonies of #3E24AC
Complementary color
Monochromatic Colors of #3E24AC
Black with #3E24AC
Text Example
Text Example
White with #3E24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E24AC; }
p { color: rgb(62,36,172); }
H1.HeaderClassName
{
color: #3E24AC;
}
.AnyTagClassName
{
color: #3E24AC;
}
</style>
background-color css
<style>
a { background-color: #3E24AC; }
a { background-color: rgb(62,36,172); }
div.DivClassName
{
background-color: #3E24AC;
}
.BgClassName
{
background-color: #3E24AC;
}
</style>
border-color css
<style>
span { border-color: #3E24AC; }
span { border-color: rgb(62,36,172); }
td.TdClassName
{
border-color: #3E24AC;
}
.TagClassName
{
border-color: #3E24AC;
}
</style>