Shades of Blue Gem #3E229F
Tints of Blue Gem #3E229F
RGB
CMYK
RGB Variations
Color information
#3E229F (or 0x3E229F) is known color: Blue Gem. HEX triplet: 3E, 22 and 9F. RGB value is (62,34,159). Sum of RGB (Red+Green+Blue) = 62+34+159=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E229F is #C1DD60. Grayscale: #383838. Windows color (decimal): -12705121 or 10428990. OLE color: 10428990.
HSL color Cylindrical-coordinate representation of color #3E229F: hue angle of 253.44º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E229F is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 34 | 159 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.38 |
| HSL | 253.44º | 0.65% | 0.38% | - |
| HSV(B) | 253.44º | 0.79% | 0.62% | - |
| XYZ | 8.82 | 4.67 | 33.24 | - |
| YUV | 56.62 | 185.78 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 159 | 0.61 | 0.79 | 0 | 0.38 | 253.44 | 0.65 | 0.38 |
| Hex | 3E | 22 | 9F | 3D | 4F | 0 | 26 | FD | 41 | 26 |
| Octal | 76 | 42 | 237 | 75 | 117 | 0 | 46 | 375 | 101 | 46 |
| Binary | 111110 | 100010 | 10011111 | 111101 | 1001111 | 0 | 100110 | 11111101 | 1000001 | 100110 |
Color Harmonies of #3E229F
Complementary color
Monochromatic Colors of #3E229F
Black with #3E229F
Text Example
Text Example
White with #3E229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E229F; }
p { color: rgb(62,34,159); }
H1.HeaderClassName
{
color: #3E229F;
}
.AnyTagClassName
{
color: #3E229F;
}
</style>
background-color css
<style>
a { background-color: #3E229F; }
a { background-color: rgb(62,34,159); }
div.DivClassName
{
background-color: #3E229F;
}
.BgClassName
{
background-color: #3E229F;
}
</style>
border-color css
<style>
span { border-color: #3E229F; }
span { border-color: rgb(62,34,159); }
td.TdClassName
{
border-color: #3E229F;
}
.TagClassName
{
border-color: #3E229F;
}
</style>