Shades of Blue Gem #3E259C
Tints of Blue Gem #3E259C
RGB
CMYK
RGB Variations
Color information
#3E259C (or 0x3E259C) is known color: Blue Gem. HEX triplet: 3E, 25 and 9C. RGB value is (62,37,156). Sum of RGB (Red+Green+Blue) = 62+37+156=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E259C is #C1DA63. Grayscale: #393939. Windows color (decimal): -12704356 or 10233150. OLE color: 10233150.
HSL color Cylindrical-coordinate representation of color #3E259C: hue angle of 252.61º degrees, saturation: 0.62, 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 #3E259C is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 37 | 156 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.39 |
| HSL | 252.61º | 0.62% | 0.38% | - |
| HSV(B) | 252.61º | 0.76% | 0.61% | - |
| XYZ | 8.65 | 4.75 | 31.91 | - |
| YUV | 58.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 156 | 0.60 | 0.76 | 0 | 0.39 | 252.61 | 0.62 | 0.38 |
| Hex | 3E | 25 | 9C | 3C | 4C | 0 | 27 | FD | 3E | 26 |
| Octal | 76 | 45 | 234 | 74 | 114 | 0 | 47 | 375 | 76 | 46 |
| Binary | 111110 | 100101 | 10011100 | 111100 | 1001100 | 0 | 100111 | 11111101 | 111110 | 100110 |
Color Harmonies of #3E259C
Complementary color
Monochromatic Colors of #3E259C
Black with #3E259C
Text Example
Text Example
White with #3E259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E259C; }
p { color: rgb(62,37,156); }
H1.HeaderClassName
{
color: #3E259C;
}
.AnyTagClassName
{
color: #3E259C;
}
</style>
background-color css
<style>
a { background-color: #3E259C; }
a { background-color: rgb(62,37,156); }
div.DivClassName
{
background-color: #3E259C;
}
.BgClassName
{
background-color: #3E259C;
}
</style>
border-color css
<style>
span { border-color: #3E259C; }
span { border-color: rgb(62,37,156); }
td.TdClassName
{
border-color: #3E259C;
}
.TagClassName
{
border-color: #3E259C;
}
</style>