Shades of Blue Gem #3A279B
Tints of Blue Gem #3A279B
RGB
CMYK
RGB Variations
Color information
#3A279B (or 0x3A279B) is known color: Blue Gem. HEX triplet: 3A, 27 and 9B. RGB value is (58,39,155). Sum of RGB (Red+Green+Blue) = 58+39+155=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A279B is #C5D864. Grayscale: #393939. Windows color (decimal): -12965989 or 10168122. OLE color: 10168122.
HSL color Cylindrical-coordinate representation of color #3A279B: hue angle of 249.83º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A279B is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 39 | 155 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.39 |
| HSL | 249.83º | 0.6% | 0.38% | - |
| HSV(B) | 249.83º | 0.75% | 0.61% | - |
| XYZ | 8.39 | 4.72 | 31.48 | - |
| YUV | 57.91 | 182.79 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 155 | 0.63 | 0.75 | 0 | 0.39 | 249.83 | 0.6 | 0.38 |
| Hex | 3A | 27 | 9B | 3F | 4B | 0 | 27 | FA | 3C | 26 |
| Octal | 72 | 47 | 233 | 77 | 113 | 0 | 47 | 372 | 74 | 46 |
| Binary | 111010 | 100111 | 10011011 | 111111 | 1001011 | 0 | 100111 | 11111010 | 111100 | 100110 |
Color Harmonies of #3A279B
Complementary color
Monochromatic Colors of #3A279B
Black with #3A279B
Text Example
Text Example
White with #3A279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A279B; }
p { color: rgb(58,39,155); }
H1.HeaderClassName
{
color: #3A279B;
}
.AnyTagClassName
{
color: #3A279B;
}
</style>
background-color css
<style>
a { background-color: #3A279B; }
a { background-color: rgb(58,39,155); }
div.DivClassName
{
background-color: #3A279B;
}
.BgClassName
{
background-color: #3A279B;
}
</style>
border-color css
<style>
span { border-color: #3A279B; }
span { border-color: rgb(58,39,155); }
td.TdClassName
{
border-color: #3A279B;
}
.TagClassName
{
border-color: #3A279B;
}
</style>