Shades of Blue Gem #3921AC
Tints of Blue Gem #3921AC
RGB
CMYK
RGB Variations
Color information
#3921AC (or 0x3921AC) is known color: Blue Gem. HEX triplet: 39, 21 and AC. RGB value is (57,33,172). Sum of RGB (Red+Green+Blue) = 57+33+172=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #3921AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3921AC is #C6DE53. Grayscale: #373737. Windows color (decimal): -13033044 or 11280697. OLE color: 11280697.
HSL color Cylindrical-coordinate representation of color #3921AC: hue angle of 250.36º 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 #3921AC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 33 | 172 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.33 |
| HSL | 250.36º | 0.68% | 0.4% | - |
| HSV(B) | 250.36º | 0.81% | 0.67% | - |
| XYZ | 9.68 | 4.94 | 39.47 | - |
| YUV | 56.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 172 | 0.67 | 0.81 | 0 | 0.33 | 250.36 | 0.68 | 0.4 |
| Hex | 39 | 21 | AC | 43 | 51 | 0 | 21 | FA | 44 | 28 |
| Octal | 71 | 41 | 254 | 103 | 121 | 0 | 41 | 372 | 104 | 50 |
| Binary | 111001 | 100001 | 10101100 | 1000011 | 1010001 | 0 | 100001 | 11111010 | 1000100 | 101000 |
Color Harmonies of #3921AC
Complementary color
Monochromatic Colors of #3921AC
Black with #3921AC
Text Example
Text Example
White with #3921AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921AC; }
p { color: rgb(57,33,172); }
H1.HeaderClassName
{
color: #3921AC;
}
.AnyTagClassName
{
color: #3921AC;
}
</style>
background-color css
<style>
a { background-color: #3921AC; }
a { background-color: rgb(57,33,172); }
div.DivClassName
{
background-color: #3921AC;
}
.BgClassName
{
background-color: #3921AC;
}
</style>
border-color css
<style>
span { border-color: #3921AC; }
span { border-color: rgb(57,33,172); }
td.TdClassName
{
border-color: #3921AC;
}
.TagClassName
{
border-color: #3921AC;
}
</style>