Shades of Blue Gem #3E32AC
Tints of Blue Gem #3E32AC
RGB
CMYK
RGB Variations
Color information
#3E32AC (or 0x3E32AC) is known color: Blue Gem. HEX triplet: 3E, 32 and AC. RGB value is (62,50,172). Sum of RGB (Red+Green+Blue) = 62+50+172=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E32AC is #C1CD53. Grayscale: #434343. Windows color (decimal): -12701012 or 11285054. OLE color: 11285054.
HSL color Cylindrical-coordinate representation of color #3E32AC: hue angle of 245.9º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E32AC is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 50 | 172 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.33 |
| HSL | 245.9º | 0.55% | 0.44% | - |
| HSV(B) | 245.9º | 0.71% | 0.67% | - |
| XYZ | 10.57 | 6.28 | 39.69 | - |
| YUV | 67.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 172 | 0.64 | 0.71 | 0 | 0.33 | 245.9 | 0.55 | 0.44 |
| Hex | 3E | 32 | AC | 40 | 47 | 0 | 21 | F6 | 37 | 2C |
| Octal | 76 | 62 | 254 | 100 | 107 | 0 | 41 | 366 | 67 | 54 |
| Binary | 111110 | 110010 | 10101100 | 1000000 | 1000111 | 0 | 100001 | 11110110 | 110111 | 101100 |
Color Harmonies of #3E32AC
Complementary color
Monochromatic Colors of #3E32AC
Black with #3E32AC
Text Example
Text Example
White with #3E32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32AC; }
p { color: rgb(62,50,172); }
H1.HeaderClassName
{
color: #3E32AC;
}
.AnyTagClassName
{
color: #3E32AC;
}
</style>
background-color css
<style>
a { background-color: #3E32AC; }
a { background-color: rgb(62,50,172); }
div.DivClassName
{
background-color: #3E32AC;
}
.BgClassName
{
background-color: #3E32AC;
}
</style>
border-color css
<style>
span { border-color: #3E32AC; }
span { border-color: rgb(62,50,172); }
td.TdClassName
{
border-color: #3E32AC;
}
.TagClassName
{
border-color: #3E32AC;
}
</style>