Shades of Blue Gem #3E1FAC
Tints of Blue Gem #3E1FAC
RGB
CMYK
RGB Variations
Color information
#3E1FAC (or 0x3E1FAC) is known color: Blue Gem. HEX triplet: 3E, 1F and AC. RGB value is (62,31,172). Sum of RGB (Red+Green+Blue) = 62+31+172=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E1FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1FAC is #C1E053. Grayscale: #373737. Windows color (decimal): -12705876 or 11280190. OLE color: 11280190.
HSL color Cylindrical-coordinate representation of color #3E1FAC: hue angle of 253.19º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E1FAC is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 31 | 172 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.33 |
| HSL | 253.19º | 0.69% | 0.4% | - |
| HSV(B) | 253.19º | 0.82% | 0.67% | - |
| XYZ | 9.92 | 4.98 | 39.47 | - |
| YUV | 56.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 172 | 0.64 | 0.82 | 0 | 0.33 | 253.19 | 0.69 | 0.4 |
| Hex | 3E | 1F | AC | 40 | 52 | 0 | 21 | FD | 45 | 28 |
| Octal | 76 | 37 | 254 | 100 | 122 | 0 | 41 | 375 | 105 | 50 |
| Binary | 111110 | 11111 | 10101100 | 1000000 | 1010010 | 0 | 100001 | 11111101 | 1000101 | 101000 |
Color Harmonies of #3E1FAC
Complementary color
Monochromatic Colors of #3E1FAC
Black with #3E1FAC
Text Example
Text Example
White with #3E1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1FAC; }
p { color: rgb(62,31,172); }
H1.HeaderClassName
{
color: #3E1FAC;
}
.AnyTagClassName
{
color: #3E1FAC;
}
</style>
background-color css
<style>
a { background-color: #3E1FAC; }
a { background-color: rgb(62,31,172); }
div.DivClassName
{
background-color: #3E1FAC;
}
.BgClassName
{
background-color: #3E1FAC;
}
</style>
border-color css
<style>
span { border-color: #3E1FAC; }
span { border-color: rgb(62,31,172); }
td.TdClassName
{
border-color: #3E1FAC;
}
.TagClassName
{
border-color: #3E1FAC;
}
</style>