Shades of Blue Gem #3E2DAF
Tints of Blue Gem #3E2DAF
RGB
CMYK
RGB Variations
Color information
#3E2DAF (or 0x3E2DAF) is known color: Blue Gem. HEX triplet: 3E, 2D and AF. RGB value is (62,45,175). Sum of RGB (Red+Green+Blue) = 62+45+175=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E2DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2DAF is #C1D250. Grayscale: #404040. Windows color (decimal): -12702289 or 11480382. OLE color: 11480382.
HSL color Cylindrical-coordinate representation of color #3E2DAF: hue angle of 247.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2DAF is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 45 | 175 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.31 |
| HSL | 247.85º | 0.59% | 0.43% | - |
| HSV(B) | 247.85º | 0.74% | 0.69% | - |
| XYZ | 10.66 | 6 | 41.15 | - |
| YUV | 64.9 | 190.13 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 175 | 0.65 | 0.74 | 0 | 0.31 | 247.85 | 0.59 | 0.43 |
| Hex | 3E | 2D | AF | 41 | 4A | 0 | 1F | F8 | 3B | 2B |
| Octal | 76 | 55 | 257 | 101 | 112 | 0 | 37 | 370 | 73 | 53 |
| Binary | 111110 | 101101 | 10101111 | 1000001 | 1001010 | 0 | 11111 | 11111000 | 111011 | 101011 |
Color Harmonies of #3E2DAF
Complementary color
Monochromatic Colors of #3E2DAF
Black with #3E2DAF
Text Example
Text Example
White with #3E2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2DAF; }
p { color: rgb(62,45,175); }
H1.HeaderClassName
{
color: #3E2DAF;
}
.AnyTagClassName
{
color: #3E2DAF;
}
</style>
background-color css
<style>
a { background-color: #3E2DAF; }
a { background-color: rgb(62,45,175); }
div.DivClassName
{
background-color: #3E2DAF;
}
.BgClassName
{
background-color: #3E2DAF;
}
</style>
border-color css
<style>
span { border-color: #3E2DAF; }
span { border-color: rgb(62,45,175); }
td.TdClassName
{
border-color: #3E2DAF;
}
.TagClassName
{
border-color: #3E2DAF;
}
</style>