Shades of Blue Gem #3921A1
Tints of Blue Gem #3921A1
RGB
CMYK
RGB Variations
Color information
#3921A1 (or 0x3921A1) is known color: Blue Gem. HEX triplet: 39, 21 and A1. RGB value is (57,33,161). Sum of RGB (Red+Green+Blue) = 57+33+161=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #3921A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3921A1 is #C6DE5E. Grayscale: #363636. Windows color (decimal): -13033055 or 10559801. OLE color: 10559801.
HSL color Cylindrical-coordinate representation of color #3921A1: hue angle of 251.25º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3921A1 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 33 | 161 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.37 |
| HSL | 251.25º | 0.66% | 0.38% | - |
| HSV(B) | 251.25º | 0.8% | 0.63% | - |
| XYZ | 8.66 | 4.53 | 34.14 | - |
| YUV | 54.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 161 | 0.65 | 0.80 | 0 | 0.37 | 251.25 | 0.66 | 0.38 |
| Hex | 39 | 21 | A1 | 41 | 50 | 0 | 25 | FB | 42 | 26 |
| Octal | 71 | 41 | 241 | 101 | 120 | 0 | 45 | 373 | 102 | 46 |
| Binary | 111001 | 100001 | 10100001 | 1000001 | 1010000 | 0 | 100101 | 11111011 | 1000010 | 100110 |
Color Harmonies of #3921A1
Complementary color
Monochromatic Colors of #3921A1
Black with #3921A1
Text Example
Text Example
White with #3921A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921A1; }
p { color: rgb(57,33,161); }
H1.HeaderClassName
{
color: #3921A1;
}
.AnyTagClassName
{
color: #3921A1;
}
</style>
background-color css
<style>
a { background-color: #3921A1; }
a { background-color: rgb(57,33,161); }
div.DivClassName
{
background-color: #3921A1;
}
.BgClassName
{
background-color: #3921A1;
}
</style>
border-color css
<style>
span { border-color: #3921A1; }
span { border-color: rgb(57,33,161); }
td.TdClassName
{
border-color: #3921A1;
}
.TagClassName
{
border-color: #3921A1;
}
</style>