Shades of Blue Gem #3E259B
Tints of Blue Gem #3E259B
RGB
CMYK
RGB Variations
Color information
#3E259B (or 0x3E259B) is known color: Blue Gem. HEX triplet: 3E, 25 and 9B. RGB value is (62,37,155). Sum of RGB (Red+Green+Blue) = 62+37+155=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E259B is #C1DA64. Grayscale: #393939. Windows color (decimal): -12704357 or 10167614. OLE color: 10167614.
HSL color Cylindrical-coordinate representation of color #3E259B: hue angle of 252.71º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E259B is Cyan = 0.6, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 37 | 155 | - |
| CMYK | 0.6 | 0.76 | 0 | 0.39 |
| HSL | 252.71º | 0.61% | 0.38% | - |
| HSV(B) | 252.71º | 0.76% | 0.61% | - |
| XYZ | 8.56 | 4.71 | 31.47 | - |
| YUV | 57.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 155 | 0.6 | 0.76 | 0 | 0.39 | 252.71 | 0.61 | 0.38 |
| Hex | 3E | 25 | 9B | 3C | 4C | 0 | 27 | FD | 3D | 26 |
| Octal | 76 | 45 | 233 | 74 | 114 | 0 | 47 | 375 | 75 | 46 |
| Binary | 111110 | 100101 | 10011011 | 111100 | 1001100 | 0 | 100111 | 11111101 | 111101 | 100110 |
Color Harmonies of #3E259B
Complementary color
Monochromatic Colors of #3E259B
Black with #3E259B
Text Example
Text Example
White with #3E259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E259B; }
p { color: rgb(62,37,155); }
H1.HeaderClassName
{
color: #3E259B;
}
.AnyTagClassName
{
color: #3E259B;
}
</style>
background-color css
<style>
a { background-color: #3E259B; }
a { background-color: rgb(62,37,155); }
div.DivClassName
{
background-color: #3E259B;
}
.BgClassName
{
background-color: #3E259B;
}
</style>
border-color css
<style>
span { border-color: #3E259B; }
span { border-color: rgb(62,37,155); }
td.TdClassName
{
border-color: #3E259B;
}
.TagClassName
{
border-color: #3E259B;
}
</style>