Shades of Blue Gem #3928AD
Tints of Blue Gem #3928AD
RGB
CMYK
RGB Variations
Color information
#3928AD (or 0x3928AD) is known color: Blue Gem. HEX triplet: 39, 28 and AD. RGB value is (57,40,173). Sum of RGB (Red+Green+Blue) = 57+40+173=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #3928AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3928AD is #C6D752. Grayscale: #3B3B3B. Windows color (decimal): -13031251 or 11348025. OLE color: 11348025.
HSL color Cylindrical-coordinate representation of color #3928AD: hue angle of 247.67º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3928AD is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 40 | 173 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.32 |
| HSL | 247.67º | 0.62% | 0.42% | - |
| HSV(B) | 247.67º | 0.77% | 0.68% | - |
| XYZ | 9.99 | 5.4 | 40.05 | - |
| YUV | 60.25 | 191.63 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 173 | 0.67 | 0.77 | 0 | 0.32 | 247.67 | 0.62 | 0.42 |
| Hex | 39 | 28 | AD | 43 | 4D | 0 | 20 | F8 | 3E | 2A |
| Octal | 71 | 50 | 255 | 103 | 115 | 0 | 40 | 370 | 76 | 52 |
| Binary | 111001 | 101000 | 10101101 | 1000011 | 1001101 | 0 | 100000 | 11111000 | 111110 | 101010 |
Color Harmonies of #3928AD
Complementary color
Monochromatic Colors of #3928AD
Black with #3928AD
Text Example
Text Example
White with #3928AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3928AD; }
p { color: rgb(57,40,173); }
H1.HeaderClassName
{
color: #3928AD;
}
.AnyTagClassName
{
color: #3928AD;
}
</style>
background-color css
<style>
a { background-color: #3928AD; }
a { background-color: rgb(57,40,173); }
div.DivClassName
{
background-color: #3928AD;
}
.BgClassName
{
background-color: #3928AD;
}
</style>
border-color css
<style>
span { border-color: #3928AD; }
span { border-color: rgb(57,40,173); }
td.TdClassName
{
border-color: #3928AD;
}
.TagClassName
{
border-color: #3928AD;
}
</style>