Shades of Blue Gem #3926AB
Tints of Blue Gem #3926AB
RGB
CMYK
RGB Variations
Color information
#3926AB (or 0x3926AB) is known color: Blue Gem. HEX triplet: 39, 26 and AB. RGB value is (57,38,171). Sum of RGB (Red+Green+Blue) = 57+38+171=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #3926AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3926AB is #C6D954. Grayscale: #3A3A3A. Windows color (decimal): -13031765 or 11216441. OLE color: 11216441.
HSL color Cylindrical-coordinate representation of color #3926AB: hue angle of 248.57º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3926AB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 38 | 171 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.33 |
| HSL | 248.57º | 0.64% | 0.41% | - |
| HSV(B) | 248.57º | 0.78% | 0.67% | - |
| XYZ | 9.73 | 5.2 | 39.02 | - |
| YUV | 58.84 | 191.29 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 171 | 0.67 | 0.78 | 0 | 0.33 | 248.57 | 0.64 | 0.41 |
| Hex | 39 | 26 | AB | 43 | 4E | 0 | 21 | F9 | 40 | 29 |
| Octal | 71 | 46 | 253 | 103 | 116 | 0 | 41 | 371 | 100 | 51 |
| Binary | 111001 | 100110 | 10101011 | 1000011 | 1001110 | 0 | 100001 | 11111001 | 1000000 | 101001 |
Color Harmonies of #3926AB
Complementary color
Monochromatic Colors of #3926AB
Black with #3926AB
Text Example
Text Example
White with #3926AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3926AB; }
p { color: rgb(57,38,171); }
H1.HeaderClassName
{
color: #3926AB;
}
.AnyTagClassName
{
color: #3926AB;
}
</style>
background-color css
<style>
a { background-color: #3926AB; }
a { background-color: rgb(57,38,171); }
div.DivClassName
{
background-color: #3926AB;
}
.BgClassName
{
background-color: #3926AB;
}
</style>
border-color css
<style>
span { border-color: #3926AB; }
span { border-color: rgb(57,38,171); }
td.TdClassName
{
border-color: #3926AB;
}
.TagClassName
{
border-color: #3926AB;
}
</style>