Shades of Blue Gem #3E18AA
Tints of Blue Gem #3E18AA
RGB
CMYK
RGB Variations
Color information
#3E18AA (or 0x3E18AA) is known color: Blue Gem. HEX triplet: 3E, 18 and AA. RGB value is (62,24,170). Sum of RGB (Red+Green+Blue) = 62+24+170=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E18AA is #C1E755. Grayscale: #333333. Windows color (decimal): -12707670 or 11147326. OLE color: 11147326.
HSL color Cylindrical-coordinate representation of color #3E18AA: hue angle of 255.62º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E18AA is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 24 | 170 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.33 |
| HSL | 255.62º | 0.75% | 0.38% | - |
| HSV(B) | 255.62º | 0.86% | 0.67% | - |
| XYZ | 9.57 | 4.58 | 38.41 | - |
| YUV | 52.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 170 | 0.64 | 0.86 | 0 | 0.33 | 255.62 | 0.75 | 0.38 |
| Hex | 3E | 18 | AA | 40 | 56 | 0 | 21 | 100 | 4B | 26 |
| Octal | 76 | 30 | 252 | 100 | 126 | 0 | 41 | 400 | 113 | 46 |
| Binary | 111110 | 11000 | 10101010 | 1000000 | 1010110 | 0 | 100001 | 100000000 | 1001011 | 100110 |
Color Harmonies of #3E18AA
Complementary color
Monochromatic Colors of #3E18AA
Black with #3E18AA
Text Example
Text Example
White with #3E18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E18AA; }
p { color: rgb(62,24,170); }
H1.HeaderClassName
{
color: #3E18AA;
}
.AnyTagClassName
{
color: #3E18AA;
}
</style>
background-color css
<style>
a { background-color: #3E18AA; }
a { background-color: rgb(62,24,170); }
div.DivClassName
{
background-color: #3E18AA;
}
.BgClassName
{
background-color: #3E18AA;
}
</style>
border-color css
<style>
span { border-color: #3E18AA; }
span { border-color: rgb(62,24,170); }
td.TdClassName
{
border-color: #3E18AA;
}
.TagClassName
{
border-color: #3E18AA;
}
</style>