Shades of Blue Gem #3E309B
Tints of Blue Gem #3E309B
RGB
CMYK
RGB Variations
Color information
#3E309B (or 0x3E309B) is known color: Blue Gem. HEX triplet: 3E, 30 and 9B. RGB value is (62,48,155). Sum of RGB (Red+Green+Blue) = 62+48+155=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E309B is #C1CF64. Grayscale: #3F3F3F. Windows color (decimal): -12701541 or 10170430. OLE color: 10170430.
HSL color Cylindrical-coordinate representation of color #3E309B: hue angle of 247.85º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E309B is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 48 | 155 | - |
| CMYK | 0.6 | 0.69 | 0 | 0.39 |
| HSL | 247.85º | 0.53% | 0.4% | - |
| HSV(B) | 247.85º | 0.69% | 0.61% | - |
| XYZ | 8.96 | 5.5 | 31.6 | - |
| YUV | 64.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 155 | 0.6 | 0.69 | 0 | 0.39 | 247.85 | 0.53 | 0.4 |
| Hex | 3E | 30 | 9B | 3C | 45 | 0 | 27 | F8 | 35 | 28 |
| Octal | 76 | 60 | 233 | 74 | 105 | 0 | 47 | 370 | 65 | 50 |
| Binary | 111110 | 110000 | 10011011 | 111100 | 1000101 | 0 | 100111 | 11111000 | 110101 | 101000 |
Color Harmonies of #3E309B
Complementary color
Monochromatic Colors of #3E309B
Black with #3E309B
Text Example
Text Example
White with #3E309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E309B; }
p { color: rgb(62,48,155); }
H1.HeaderClassName
{
color: #3E309B;
}
.AnyTagClassName
{
color: #3E309B;
}
</style>
background-color css
<style>
a { background-color: #3E309B; }
a { background-color: rgb(62,48,155); }
div.DivClassName
{
background-color: #3E309B;
}
.BgClassName
{
background-color: #3E309B;
}
</style>
border-color css
<style>
span { border-color: #3E309B; }
span { border-color: rgb(62,48,155); }
td.TdClassName
{
border-color: #3E309B;
}
.TagClassName
{
border-color: #3E309B;
}
</style>