Shades of Blue Gem #3E229E
Tints of Blue Gem #3E229E
RGB
CMYK
RGB Variations
Color information
#3E229E (or 0x3E229E) is known color: Blue Gem. HEX triplet: 3E, 22 and 9E. RGB value is (62,34,158). Sum of RGB (Red+Green+Blue) = 62+34+158=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E229E is #C1DD61. Grayscale: #383838. Windows color (decimal): -12705122 or 10363454. OLE color: 10363454.
HSL color Cylindrical-coordinate representation of color #3E229E: hue angle of 253.55º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E229E is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 34 | 158 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.38 |
| HSL | 253.55º | 0.65% | 0.38% | - |
| HSV(B) | 253.55º | 0.78% | 0.62% | - |
| XYZ | 8.73 | 4.64 | 32.78 | - |
| YUV | 56.51 | 185.28 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 158 | 0.61 | 0.78 | 0 | 0.38 | 253.55 | 0.65 | 0.38 |
| Hex | 3E | 22 | 9E | 3D | 4E | 0 | 26 | FE | 41 | 26 |
| Octal | 76 | 42 | 236 | 75 | 116 | 0 | 46 | 376 | 101 | 46 |
| Binary | 111110 | 100010 | 10011110 | 111101 | 1001110 | 0 | 100110 | 11111110 | 1000001 | 100110 |
Color Harmonies of #3E229E
Complementary color
Monochromatic Colors of #3E229E
Black with #3E229E
Text Example
Text Example
White with #3E229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E229E; }
p { color: rgb(62,34,158); }
H1.HeaderClassName
{
color: #3E229E;
}
.AnyTagClassName
{
color: #3E229E;
}
</style>
background-color css
<style>
a { background-color: #3E229E; }
a { background-color: rgb(62,34,158); }
div.DivClassName
{
background-color: #3E229E;
}
.BgClassName
{
background-color: #3E229E;
}
</style>
border-color css
<style>
span { border-color: #3E229E; }
span { border-color: rgb(62,34,158); }
td.TdClassName
{
border-color: #3E229E;
}
.TagClassName
{
border-color: #3E229E;
}
</style>