Shades of Blue Gem #3E28AA
Tints of Blue Gem #3E28AA
RGB
CMYK
RGB Variations
Color information
#3E28AA (or 0x3E28AA) is known color: Blue Gem. HEX triplet: 3E, 28 and AA. RGB value is (62,40,170). Sum of RGB (Red+Green+Blue) = 62+40+170=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E28AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E28AA is #C1D755. Grayscale: #3C3C3C. Windows color (decimal): -12703574 or 11151422. OLE color: 11151422.
HSL color Cylindrical-coordinate representation of color #3E28AA: hue angle of 250.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E28AA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 40 | 170 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.33 |
| HSL | 250.15º | 0.62% | 0.41% | - |
| HSV(B) | 250.15º | 0.76% | 0.67% | - |
| XYZ | 10 | 5.44 | 38.55 | - |
| YUV | 61.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 170 | 0.64 | 0.76 | 0 | 0.33 | 250.15 | 0.62 | 0.41 |
| Hex | 3E | 28 | AA | 40 | 4C | 0 | 21 | FA | 3E | 29 |
| Octal | 76 | 50 | 252 | 100 | 114 | 0 | 41 | 372 | 76 | 51 |
| Binary | 111110 | 101000 | 10101010 | 1000000 | 1001100 | 0 | 100001 | 11111010 | 111110 | 101001 |
Color Harmonies of #3E28AA
Complementary color
Monochromatic Colors of #3E28AA
Black with #3E28AA
Text Example
Text Example
White with #3E28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E28AA; }
p { color: rgb(62,40,170); }
H1.HeaderClassName
{
color: #3E28AA;
}
.AnyTagClassName
{
color: #3E28AA;
}
</style>
background-color css
<style>
a { background-color: #3E28AA; }
a { background-color: rgb(62,40,170); }
div.DivClassName
{
background-color: #3E28AA;
}
.BgClassName
{
background-color: #3E28AA;
}
</style>
border-color css
<style>
span { border-color: #3E28AA; }
span { border-color: rgb(62,40,170); }
td.TdClassName
{
border-color: #3E28AA;
}
.TagClassName
{
border-color: #3E28AA;
}
</style>