Shades of Blue Gem #3921AB
Tints of Blue Gem #3921AB
RGB
CMYK
RGB Variations
Color information
#3921AB (or 0x3921AB) is known color: Blue Gem. HEX triplet: 39, 21 and AB. RGB value is (57,33,171). Sum of RGB (Red+Green+Blue) = 57+33+171=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3921AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3921AB is #C6DE54. Grayscale: #373737. Windows color (decimal): -13033045 or 11215161. OLE color: 11215161.
HSL color Cylindrical-coordinate representation of color #3921AB: hue angle of 250.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3921AB is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 33 | 171 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.33 |
| HSL | 250.43º | 0.68% | 0.4% | - |
| HSV(B) | 250.43º | 0.81% | 0.67% | - |
| XYZ | 9.58 | 4.9 | 38.97 | - |
| YUV | 55.91 | 192.95 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 171 | 0.67 | 0.81 | 0 | 0.33 | 250.43 | 0.68 | 0.4 |
| Hex | 39 | 21 | AB | 43 | 51 | 0 | 21 | FA | 44 | 28 |
| Octal | 71 | 41 | 253 | 103 | 121 | 0 | 41 | 372 | 104 | 50 |
| Binary | 111001 | 100001 | 10101011 | 1000011 | 1010001 | 0 | 100001 | 11111010 | 1000100 | 101000 |
Color Harmonies of #3921AB
Complementary color
Monochromatic Colors of #3921AB
Black with #3921AB
Text Example
Text Example
White with #3921AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921AB; }
p { color: rgb(57,33,171); }
H1.HeaderClassName
{
color: #3921AB;
}
.AnyTagClassName
{
color: #3921AB;
}
</style>
background-color css
<style>
a { background-color: #3921AB; }
a { background-color: rgb(57,33,171); }
div.DivClassName
{
background-color: #3921AB;
}
.BgClassName
{
background-color: #3921AB;
}
</style>
border-color css
<style>
span { border-color: #3921AB; }
span { border-color: rgb(57,33,171); }
td.TdClassName
{
border-color: #3921AB;
}
.TagClassName
{
border-color: #3921AB;
}
</style>