Shades of Blue Gem #3929A1
Tints of Blue Gem #3929A1
RGB
CMYK
RGB Variations
Color information
#3929A1 (or 0x3929A1) is known color: Blue Gem. HEX triplet: 39, 29 and A1. RGB value is (57,41,161). Sum of RGB (Red+Green+Blue) = 57+41+161=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #3929A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3929A1 is #C6D65E. Grayscale: #3A3A3A. Windows color (decimal): -13031007 or 10561849. OLE color: 10561849.
HSL color Cylindrical-coordinate representation of color #3929A1: hue angle of 248º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3929A1 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 41 | 161 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.37 |
| HSL | 248º | 0.59% | 0.4% | - |
| HSV(B) | 248º | 0.75% | 0.63% | - |
| XYZ | 8.91 | 5.03 | 34.22 | - |
| YUV | 59.46 | 185.3 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 161 | 0.65 | 0.75 | 0 | 0.37 | 248 | 0.59 | 0.4 |
| Hex | 39 | 29 | A1 | 41 | 4B | 0 | 25 | F8 | 3B | 28 |
| Octal | 71 | 51 | 241 | 101 | 113 | 0 | 45 | 370 | 73 | 50 |
| Binary | 111001 | 101001 | 10100001 | 1000001 | 1001011 | 0 | 100101 | 11111000 | 111011 | 101000 |
Color Harmonies of #3929A1
Complementary color
Monochromatic Colors of #3929A1
Black with #3929A1
Text Example
Text Example
White with #3929A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3929A1; }
p { color: rgb(57,41,161); }
H1.HeaderClassName
{
color: #3929A1;
}
.AnyTagClassName
{
color: #3929A1;
}
</style>
background-color css
<style>
a { background-color: #3929A1; }
a { background-color: rgb(57,41,161); }
div.DivClassName
{
background-color: #3929A1;
}
.BgClassName
{
background-color: #3929A1;
}
</style>
border-color css
<style>
span { border-color: #3929A1; }
span { border-color: rgb(57,41,161); }
td.TdClassName
{
border-color: #3929A1;
}
.TagClassName
{
border-color: #3929A1;
}
</style>