Shades of Blue Gem #3E39AF
Tints of Blue Gem #3E39AF
RGB
CMYK
RGB Variations
Color information
#3E39AF (or 0x3E39AF) is known color: Blue Gem. HEX triplet: 3E, 39 and AF. RGB value is (62,57,175). Sum of RGB (Red+Green+Blue) = 62+57+175=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E39AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E39AF is #C1C650. Grayscale: #474747. Windows color (decimal): -12699217 or 11483454. OLE color: 11483454.
HSL color Cylindrical-coordinate representation of color #3E39AF: hue angle of 242.54º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E39AF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 57 | 175 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.31 |
| HSL | 242.54º | 0.51% | 0.45% | - |
| HSV(B) | 242.54º | 0.67% | 0.69% | - |
| XYZ | 11.19 | 7.05 | 41.33 | - |
| YUV | 71.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 175 | 0.65 | 0.67 | 0 | 0.31 | 242.54 | 0.51 | 0.45 |
| Hex | 3E | 39 | AF | 41 | 43 | 0 | 1F | F3 | 33 | 2D |
| Octal | 76 | 71 | 257 | 101 | 103 | 0 | 37 | 363 | 63 | 55 |
| Binary | 111110 | 111001 | 10101111 | 1000001 | 1000011 | 0 | 11111 | 11110011 | 110011 | 101101 |
Color Harmonies of #3E39AF
Complementary color
Monochromatic Colors of #3E39AF
Black with #3E39AF
Text Example
Text Example
White with #3E39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E39AF; }
p { color: rgb(62,57,175); }
H1.HeaderClassName
{
color: #3E39AF;
}
.AnyTagClassName
{
color: #3E39AF;
}
</style>
background-color css
<style>
a { background-color: #3E39AF; }
a { background-color: rgb(62,57,175); }
div.DivClassName
{
background-color: #3E39AF;
}
.BgClassName
{
background-color: #3E39AF;
}
</style>
border-color css
<style>
span { border-color: #3E39AF; }
span { border-color: rgb(62,57,175); }
td.TdClassName
{
border-color: #3E39AF;
}
.TagClassName
{
border-color: #3E39AF;
}
</style>