Shades of Blue Gem #3E37AC
Tints of Blue Gem #3E37AC
RGB
CMYK
RGB Variations
Color information
#3E37AC (or 0x3E37AC) is known color: Blue Gem. HEX triplet: 3E, 37 and AC. RGB value is (62,55,172). Sum of RGB (Red+Green+Blue) = 62+55+172=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E37AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E37AC is #C1C853. Grayscale: #454545. Windows color (decimal): -12699732 or 11286334. OLE color: 11286334.
HSL color Cylindrical-coordinate representation of color #3E37AC: hue angle of 243.59º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E37AC is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 55 | 172 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.33 |
| HSL | 243.59º | 0.52% | 0.45% | - |
| HSV(B) | 243.59º | 0.68% | 0.67% | - |
| XYZ | 10.8 | 6.74 | 39.76 | - |
| YUV | 70.43 | 185.32 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 172 | 0.64 | 0.68 | 0 | 0.33 | 243.59 | 0.52 | 0.45 |
| Hex | 3E | 37 | AC | 40 | 44 | 0 | 21 | F4 | 34 | 2D |
| Octal | 76 | 67 | 254 | 100 | 104 | 0 | 41 | 364 | 64 | 55 |
| Binary | 111110 | 110111 | 10101100 | 1000000 | 1000100 | 0 | 100001 | 11110100 | 110100 | 101101 |
Color Harmonies of #3E37AC
Complementary color
Monochromatic Colors of #3E37AC
Black with #3E37AC
Text Example
Text Example
White with #3E37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E37AC; }
p { color: rgb(62,55,172); }
H1.HeaderClassName
{
color: #3E37AC;
}
.AnyTagClassName
{
color: #3E37AC;
}
</style>
background-color css
<style>
a { background-color: #3E37AC; }
a { background-color: rgb(62,55,172); }
div.DivClassName
{
background-color: #3E37AC;
}
.BgClassName
{
background-color: #3E37AC;
}
</style>
border-color css
<style>
span { border-color: #3E37AC; }
span { border-color: rgb(62,55,172); }
td.TdClassName
{
border-color: #3E37AC;
}
.TagClassName
{
border-color: #3E37AC;
}
</style>