Shades of Blue Gem #3E268E
Tints of Blue Gem #3E268E
RGB
CMYK
RGB Variations
Color information
#3E268E (or 0x3E268E) is known color: Blue Gem. HEX triplet: 3E, 26 and 8E. RGB value is (62,38,142). Sum of RGB (Red+Green+Blue) = 62+38+142=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E268E is #C1D971. Grayscale: #383838. Windows color (decimal): -12704114 or 9315902. OLE color: 9315902.
HSL color Cylindrical-coordinate representation of color #3E268E: hue angle of 253.85º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E268E is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 38 | 142 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.44 |
| HSL | 253.85º | 0.58% | 0.35% | - |
| HSV(B) | 253.85º | 0.73% | 0.56% | - |
| XYZ | 7.56 | 4.36 | 26.03 | - |
| YUV | 57.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 142 | 0.56 | 0.73 | 0 | 0.44 | 253.85 | 0.58 | 0.35 |
| Hex | 3E | 26 | 8E | 38 | 49 | 0 | 2C | FE | 3A | 23 |
| Octal | 76 | 46 | 216 | 70 | 111 | 0 | 54 | 376 | 72 | 43 |
| Binary | 111110 | 100110 | 10001110 | 111000 | 1001001 | 0 | 101100 | 11111110 | 111010 | 100011 |
Color Harmonies of #3E268E
Complementary color
Monochromatic Colors of #3E268E
Black with #3E268E
Text Example
Text Example
White with #3E268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E268E; }
p { color: rgb(62,38,142); }
H1.HeaderClassName
{
color: #3E268E;
}
.AnyTagClassName
{
color: #3E268E;
}
</style>
background-color css
<style>
a { background-color: #3E268E; }
a { background-color: rgb(62,38,142); }
div.DivClassName
{
background-color: #3E268E;
}
.BgClassName
{
background-color: #3E268E;
}
</style>
border-color css
<style>
span { border-color: #3E268E; }
span { border-color: rgb(62,38,142); }
td.TdClassName
{
border-color: #3E268E;
}
.TagClassName
{
border-color: #3E268E;
}
</style>