Shades of Blue Gem #3E229B
Tints of Blue Gem #3E229B
RGB
CMYK
RGB Variations
Color information
#3E229B (or 0x3E229B) is known color: Blue Gem. HEX triplet: 3E, 22 and 9B. RGB value is (62,34,155). Sum of RGB (Red+Green+Blue) = 62+34+155=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E229B is #C1DD64. Grayscale: #373737. Windows color (decimal): -12705125 or 10166846. OLE color: 10166846.
HSL color Cylindrical-coordinate representation of color #3E229B: hue angle of 253.88º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E229B is Cyan = 0.6, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 34 | 155 | - |
| CMYK | 0.6 | 0.78 | 0 | 0.39 |
| HSL | 253.88º | 0.64% | 0.37% | - |
| HSV(B) | 253.88º | 0.78% | 0.61% | - |
| XYZ | 8.48 | 4.53 | 31.44 | - |
| YUV | 56.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 155 | 0.6 | 0.78 | 0 | 0.39 | 253.88 | 0.64 | 0.37 |
| Hex | 3E | 22 | 9B | 3C | 4E | 0 | 27 | FE | 40 | 25 |
| Octal | 76 | 42 | 233 | 74 | 116 | 0 | 47 | 376 | 100 | 45 |
| Binary | 111110 | 100010 | 10011011 | 111100 | 1001110 | 0 | 100111 | 11111110 | 1000000 | 100101 |
Color Harmonies of #3E229B
Complementary color
Monochromatic Colors of #3E229B
Black with #3E229B
Text Example
Text Example
White with #3E229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E229B; }
p { color: rgb(62,34,155); }
H1.HeaderClassName
{
color: #3E229B;
}
.AnyTagClassName
{
color: #3E229B;
}
</style>
background-color css
<style>
a { background-color: #3E229B; }
a { background-color: rgb(62,34,155); }
div.DivClassName
{
background-color: #3E229B;
}
.BgClassName
{
background-color: #3E229B;
}
</style>
border-color css
<style>
span { border-color: #3E229B; }
span { border-color: rgb(62,34,155); }
td.TdClassName
{
border-color: #3E229B;
}
.TagClassName
{
border-color: #3E229B;
}
</style>