Shades of Blue Gem #3E2FAA
Tints of Blue Gem #3E2FAA
RGB
CMYK
RGB Variations
Color information
#3E2FAA (or 0x3E2FAA) is known color: Blue Gem. HEX triplet: 3E, 2F and AA. RGB value is (62,47,170). Sum of RGB (Red+Green+Blue) = 62+47+170=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E2FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2FAA is #C1D055. Grayscale: #414141. Windows color (decimal): -12701782 or 11153214. OLE color: 11153214.
HSL color Cylindrical-coordinate representation of color #3E2FAA: hue angle of 247.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E2FAA is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 47 | 170 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.33 |
| HSL | 247.32º | 0.57% | 0.43% | - |
| HSV(B) | 247.32º | 0.72% | 0.67% | - |
| XYZ | 10.26 | 5.96 | 38.64 | - |
| YUV | 65.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 170 | 0.64 | 0.72 | 0 | 0.33 | 247.32 | 0.57 | 0.43 |
| Hex | 3E | 2F | AA | 40 | 48 | 0 | 21 | F7 | 39 | 2B |
| Octal | 76 | 57 | 252 | 100 | 110 | 0 | 41 | 367 | 71 | 53 |
| Binary | 111110 | 101111 | 10101010 | 1000000 | 1001000 | 0 | 100001 | 11110111 | 111001 | 101011 |
Color Harmonies of #3E2FAA
Complementary color
Monochromatic Colors of #3E2FAA
Black with #3E2FAA
Text Example
Text Example
White with #3E2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2FAA; }
p { color: rgb(62,47,170); }
H1.HeaderClassName
{
color: #3E2FAA;
}
.AnyTagClassName
{
color: #3E2FAA;
}
</style>
background-color css
<style>
a { background-color: #3E2FAA; }
a { background-color: rgb(62,47,170); }
div.DivClassName
{
background-color: #3E2FAA;
}
.BgClassName
{
background-color: #3E2FAA;
}
</style>
border-color css
<style>
span { border-color: #3E2FAA; }
span { border-color: rgb(62,47,170); }
td.TdClassName
{
border-color: #3E2FAA;
}
.TagClassName
{
border-color: #3E2FAA;
}
</style>