Shades of Blue Gem #3A279A
Tints of Blue Gem #3A279A
RGB
CMYK
RGB Variations
Color information
#3A279A (or 0x3A279A) is known color: Blue Gem. HEX triplet: 3A, 27 and 9A. RGB value is (58,39,154). Sum of RGB (Red+Green+Blue) = 58+39+154=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A279A is #C5D865. Grayscale: #393939. Windows color (decimal): -12965990 or 10102586. OLE color: 10102586.
HSL color Cylindrical-coordinate representation of color #3A279A: hue angle of 249.91º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A279A is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 39 | 154 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.40 |
| HSL | 249.91º | 0.6% | 0.38% | - |
| HSV(B) | 249.91º | 0.75% | 0.6% | - |
| XYZ | 8.3 | 4.68 | 31.04 | - |
| YUV | 57.79 | 182.29 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 154 | 0.62 | 0.75 | 0 | 0.40 | 249.91 | 0.6 | 0.38 |
| Hex | 3A | 27 | 9A | 3E | 4B | 0 | 28 | FA | 3C | 26 |
| Octal | 72 | 47 | 232 | 76 | 113 | 0 | 50 | 372 | 74 | 46 |
| Binary | 111010 | 100111 | 10011010 | 111110 | 1001011 | 0 | 101000 | 11111010 | 111100 | 100110 |
Color Harmonies of #3A279A
Complementary color
Monochromatic Colors of #3A279A
Black with #3A279A
Text Example
Text Example
White with #3A279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A279A; }
p { color: rgb(58,39,154); }
H1.HeaderClassName
{
color: #3A279A;
}
.AnyTagClassName
{
color: #3A279A;
}
</style>
background-color css
<style>
a { background-color: #3A279A; }
a { background-color: rgb(58,39,154); }
div.DivClassName
{
background-color: #3A279A;
}
.BgClassName
{
background-color: #3A279A;
}
</style>
border-color css
<style>
span { border-color: #3A279A; }
span { border-color: rgb(58,39,154); }
td.TdClassName
{
border-color: #3A279A;
}
.TagClassName
{
border-color: #3A279A;
}
</style>