Shades of Blue Gem #3928AC
Tints of Blue Gem #3928AC
RGB
CMYK
RGB Variations
Color information
#3928AC (or 0x3928AC) is known color: Blue Gem. HEX triplet: 39, 28 and AC. RGB value is (57,40,172). Sum of RGB (Red+Green+Blue) = 57+40+172=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #3928AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3928AC is #C6D753. Grayscale: #3B3B3B. Windows color (decimal): -13031252 or 11282489. OLE color: 11282489.
HSL color Cylindrical-coordinate representation of color #3928AC: hue angle of 247.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3928AC is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 40 | 172 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.33 |
| HSL | 247.73º | 0.62% | 0.42% | - |
| HSV(B) | 247.73º | 0.77% | 0.67% | - |
| XYZ | 9.89 | 5.37 | 39.54 | - |
| YUV | 60.13 | 191.13 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 172 | 0.67 | 0.77 | 0 | 0.33 | 247.73 | 0.62 | 0.42 |
| Hex | 39 | 28 | AC | 43 | 4D | 0 | 21 | F8 | 3E | 2A |
| Octal | 71 | 50 | 254 | 103 | 115 | 0 | 41 | 370 | 76 | 52 |
| Binary | 111001 | 101000 | 10101100 | 1000011 | 1001101 | 0 | 100001 | 11111000 | 111110 | 101010 |
Color Harmonies of #3928AC
Complementary color
Monochromatic Colors of #3928AC
Black with #3928AC
Text Example
Text Example
White with #3928AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3928AC; }
p { color: rgb(57,40,172); }
H1.HeaderClassName
{
color: #3928AC;
}
.AnyTagClassName
{
color: #3928AC;
}
</style>
background-color css
<style>
a { background-color: #3928AC; }
a { background-color: rgb(57,40,172); }
div.DivClassName
{
background-color: #3928AC;
}
.BgClassName
{
background-color: #3928AC;
}
</style>
border-color css
<style>
span { border-color: #3928AC; }
span { border-color: rgb(57,40,172); }
td.TdClassName
{
border-color: #3928AC;
}
.TagClassName
{
border-color: #3928AC;
}
</style>