Shades of Blue Gem #3E219D
Tints of Blue Gem #3E219D
RGB
CMYK
RGB Variations
Color information
#3E219D (or 0x3E219D) is known color: Blue Gem. HEX triplet: 3E, 21 and 9D. RGB value is (62,33,157). Sum of RGB (Red+Green+Blue) = 62+33+157=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E219D is #C1DE62. Grayscale: #373737. Windows color (decimal): -12705379 or 10297662. OLE color: 10297662.
HSL color Cylindrical-coordinate representation of color #3E219D: hue angle of 254.03º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E219D is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 33 | 157 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.38 |
| HSL | 254.03º | 0.65% | 0.37% | - |
| HSV(B) | 254.03º | 0.79% | 0.62% | - |
| XYZ | 8.62 | 4.55 | 32.32 | - |
| YUV | 55.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 157 | 0.61 | 0.79 | 0 | 0.38 | 254.03 | 0.65 | 0.37 |
| Hex | 3E | 21 | 9D | 3D | 4F | 0 | 26 | FE | 41 | 25 |
| Octal | 76 | 41 | 235 | 75 | 117 | 0 | 46 | 376 | 101 | 45 |
| Binary | 111110 | 100001 | 10011101 | 111101 | 1001111 | 0 | 100110 | 11111110 | 1000001 | 100101 |
Color Harmonies of #3E219D
Complementary color
Monochromatic Colors of #3E219D
Black with #3E219D
Text Example
Text Example
White with #3E219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E219D; }
p { color: rgb(62,33,157); }
H1.HeaderClassName
{
color: #3E219D;
}
.AnyTagClassName
{
color: #3E219D;
}
</style>
background-color css
<style>
a { background-color: #3E219D; }
a { background-color: rgb(62,33,157); }
div.DivClassName
{
background-color: #3E219D;
}
.BgClassName
{
background-color: #3E219D;
}
</style>
border-color css
<style>
span { border-color: #3E219D; }
span { border-color: rgb(62,33,157); }
td.TdClassName
{
border-color: #3E219D;
}
.TagClassName
{
border-color: #3E219D;
}
</style>