Shades of Blue Gem #3E309E
Tints of Blue Gem #3E309E
RGB
CMYK
RGB Variations
Color information
#3E309E (or 0x3E309E) is known color: Blue Gem. HEX triplet: 3E, 30 and 9E. RGB value is (62,48,158). Sum of RGB (Red+Green+Blue) = 62+48+158=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E309E is #C1CF61. Grayscale: #404040. Windows color (decimal): -12701538 or 10367038. OLE color: 10367038.
HSL color Cylindrical-coordinate representation of color #3E309E: hue angle of 247.64º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E309E is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 48 | 158 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.38 |
| HSL | 247.64º | 0.53% | 0.4% | - |
| HSV(B) | 247.64º | 0.7% | 0.62% | - |
| XYZ | 9.22 | 5.61 | 32.94 | - |
| YUV | 64.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 158 | 0.61 | 0.70 | 0 | 0.38 | 247.64 | 0.53 | 0.4 |
| Hex | 3E | 30 | 9E | 3D | 46 | 0 | 26 | F8 | 35 | 28 |
| Octal | 76 | 60 | 236 | 75 | 106 | 0 | 46 | 370 | 65 | 50 |
| Binary | 111110 | 110000 | 10011110 | 111101 | 1000110 | 0 | 100110 | 11111000 | 110101 | 101000 |
Color Harmonies of #3E309E
Complementary color
Monochromatic Colors of #3E309E
Black with #3E309E
Text Example
Text Example
White with #3E309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E309E; }
p { color: rgb(62,48,158); }
H1.HeaderClassName
{
color: #3E309E;
}
.AnyTagClassName
{
color: #3E309E;
}
</style>
background-color css
<style>
a { background-color: #3E309E; }
a { background-color: rgb(62,48,158); }
div.DivClassName
{
background-color: #3E309E;
}
.BgClassName
{
background-color: #3E309E;
}
</style>
border-color css
<style>
span { border-color: #3E309E; }
span { border-color: rgb(62,48,158); }
td.TdClassName
{
border-color: #3E309E;
}
.TagClassName
{
border-color: #3E309E;
}
</style>