Shades of Blue Gem #3E309D
Tints of Blue Gem #3E309D
RGB
CMYK
RGB Variations
Color information
#3E309D (or 0x3E309D) is known color: Blue Gem. HEX triplet: 3E, 30 and 9D. RGB value is (62,48,157). Sum of RGB (Red+Green+Blue) = 62+48+157=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E309D is #C1CF62. Grayscale: #404040. Windows color (decimal): -12701539 or 10301502. OLE color: 10301502.
HSL color Cylindrical-coordinate representation of color #3E309D: hue angle of 247.71º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E309D is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 48 | 157 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.38 |
| HSL | 247.71º | 0.53% | 0.4% | - |
| HSV(B) | 247.71º | 0.69% | 0.62% | - |
| XYZ | 9.13 | 5.57 | 32.49 | - |
| YUV | 64.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 157 | 0.61 | 0.69 | 0 | 0.38 | 247.71 | 0.53 | 0.4 |
| Hex | 3E | 30 | 9D | 3D | 45 | 0 | 26 | F8 | 35 | 28 |
| Octal | 76 | 60 | 235 | 75 | 105 | 0 | 46 | 370 | 65 | 50 |
| Binary | 111110 | 110000 | 10011101 | 111101 | 1000101 | 0 | 100110 | 11111000 | 110101 | 101000 |
Color Harmonies of #3E309D
Complementary color
Monochromatic Colors of #3E309D
Black with #3E309D
Text Example
Text Example
White with #3E309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E309D; }
p { color: rgb(62,48,157); }
H1.HeaderClassName
{
color: #3E309D;
}
.AnyTagClassName
{
color: #3E309D;
}
</style>
background-color css
<style>
a { background-color: #3E309D; }
a { background-color: rgb(62,48,157); }
div.DivClassName
{
background-color: #3E309D;
}
.BgClassName
{
background-color: #3E309D;
}
</style>
border-color css
<style>
span { border-color: #3E309D; }
span { border-color: rgb(62,48,157); }
td.TdClassName
{
border-color: #3E309D;
}
.TagClassName
{
border-color: #3E309D;
}
</style>