Shades of Blue Gem #3E2898
Tints of Blue Gem #3E2898
RGB
CMYK
RGB Variations
Color information
#3E2898 (or 0x3E2898) is known color: Blue Gem. HEX triplet: 3E, 28 and 98. RGB value is (62,40,152). Sum of RGB (Red+Green+Blue) = 62+40+152=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E2898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2898 is #C1D767. Grayscale: #3A3A3A. Windows color (decimal): -12703592 or 9971774. OLE color: 9971774.
HSL color Cylindrical-coordinate representation of color #3E2898: hue angle of 251.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2898 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 40 | 152 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.40 |
| HSL | 251.79º | 0.58% | 0.38% | - |
| HSV(B) | 251.79º | 0.74% | 0.6% | - |
| XYZ | 8.41 | 4.81 | 30.19 | - |
| YUV | 59.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 152 | 0.59 | 0.74 | 0 | 0.40 | 251.79 | 0.58 | 0.38 |
| Hex | 3E | 28 | 98 | 3B | 4A | 0 | 28 | FC | 3A | 26 |
| Octal | 76 | 50 | 230 | 73 | 112 | 0 | 50 | 374 | 72 | 46 |
| Binary | 111110 | 101000 | 10011000 | 111011 | 1001010 | 0 | 101000 | 11111100 | 111010 | 100110 |
Color Harmonies of #3E2898
Complementary color
Monochromatic Colors of #3E2898
Black with #3E2898
Text Example
Text Example
White with #3E2898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2898; }
p { color: rgb(62,40,152); }
H1.HeaderClassName
{
color: #3E2898;
}
.AnyTagClassName
{
color: #3E2898;
}
</style>
background-color css
<style>
a { background-color: #3E2898; }
a { background-color: rgb(62,40,152); }
div.DivClassName
{
background-color: #3E2898;
}
.BgClassName
{
background-color: #3E2898;
}
</style>
border-color css
<style>
span { border-color: #3E2898; }
span { border-color: rgb(62,40,152); }
td.TdClassName
{
border-color: #3E2898;
}
.TagClassName
{
border-color: #3E2898;
}
</style>