Shades of Blue Gem #3928AB
Tints of Blue Gem #3928AB
RGB
CMYK
RGB Variations
Color information
#3928AB (or 0x3928AB) is known color: Blue Gem. HEX triplet: 39, 28 and AB. RGB value is (57,40,171). Sum of RGB (Red+Green+Blue) = 57+40+171=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #3928AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3928AB is #C6D754. Grayscale: #3B3B3B. Windows color (decimal): -13031253 or 11216953. OLE color: 11216953.
HSL color Cylindrical-coordinate representation of color #3928AB: hue angle of 247.79º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3928AB is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 40 | 171 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.33 |
| HSL | 247.79º | 0.62% | 0.41% | - |
| HSV(B) | 247.79º | 0.77% | 0.67% | - |
| XYZ | 9.8 | 5.33 | 39.04 | - |
| YUV | 60.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 171 | 0.67 | 0.77 | 0 | 0.33 | 247.79 | 0.62 | 0.41 |
| Hex | 39 | 28 | AB | 43 | 4D | 0 | 21 | F8 | 3E | 29 |
| Octal | 71 | 50 | 253 | 103 | 115 | 0 | 41 | 370 | 76 | 51 |
| Binary | 111001 | 101000 | 10101011 | 1000011 | 1001101 | 0 | 100001 | 11111000 | 111110 | 101001 |
Color Harmonies of #3928AB
Complementary color
Monochromatic Colors of #3928AB
Black with #3928AB
Text Example
Text Example
White with #3928AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3928AB; }
p { color: rgb(57,40,171); }
H1.HeaderClassName
{
color: #3928AB;
}
.AnyTagClassName
{
color: #3928AB;
}
</style>
background-color css
<style>
a { background-color: #3928AB; }
a { background-color: rgb(57,40,171); }
div.DivClassName
{
background-color: #3928AB;
}
.BgClassName
{
background-color: #3928AB;
}
</style>
border-color css
<style>
span { border-color: #3928AB; }
span { border-color: rgb(57,40,171); }
td.TdClassName
{
border-color: #3928AB;
}
.TagClassName
{
border-color: #3928AB;
}
</style>