Shades of Blue Gem #3E239C
Tints of Blue Gem #3E239C
RGB
CMYK
RGB Variations
Color information
#3E239C (or 0x3E239C) is known color: Blue Gem. HEX triplet: 3E, 23 and 9C. RGB value is (62,35,156). Sum of RGB (Red+Green+Blue) = 62+35+156=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E239C is #C1DC63. Grayscale: #383838. Windows color (decimal): -12704868 or 10232638. OLE color: 10232638.
HSL color Cylindrical-coordinate representation of color #3E239C: hue angle of 253.39º degrees, saturation: 0.63, 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 #3E239C is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 35 | 156 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.39 |
| HSL | 253.39º | 0.63% | 0.37% | - |
| HSV(B) | 253.39º | 0.78% | 0.61% | - |
| XYZ | 8.59 | 4.63 | 31.89 | - |
| YUV | 56.87 | 183.95 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 156 | 0.60 | 0.78 | 0 | 0.39 | 253.39 | 0.63 | 0.37 |
| Hex | 3E | 23 | 9C | 3C | 4E | 0 | 27 | FD | 3F | 25 |
| Octal | 76 | 43 | 234 | 74 | 116 | 0 | 47 | 375 | 77 | 45 |
| Binary | 111110 | 100011 | 10011100 | 111100 | 1001110 | 0 | 100111 | 11111101 | 111111 | 100101 |
Color Harmonies of #3E239C
Complementary color
Monochromatic Colors of #3E239C
Black with #3E239C
Text Example
Text Example
White with #3E239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E239C; }
p { color: rgb(62,35,156); }
H1.HeaderClassName
{
color: #3E239C;
}
.AnyTagClassName
{
color: #3E239C;
}
</style>
background-color css
<style>
a { background-color: #3E239C; }
a { background-color: rgb(62,35,156); }
div.DivClassName
{
background-color: #3E239C;
}
.BgClassName
{
background-color: #3E239C;
}
</style>
border-color css
<style>
span { border-color: #3E239C; }
span { border-color: rgb(62,35,156); }
td.TdClassName
{
border-color: #3E239C;
}
.TagClassName
{
border-color: #3E239C;
}
</style>