Shades of Blue Gem #3921AF
Tints of Blue Gem #3921AF
RGB
CMYK
RGB Variations
Color information
#3921AF (or 0x3921AF) is known color: Blue Gem. HEX triplet: 39, 21 and AF. RGB value is (57,33,175). Sum of RGB (Red+Green+Blue) = 57+33+175=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #3921AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3921AF is #C6DE50. Grayscale: #373737. Windows color (decimal): -13033041 or 11477305. OLE color: 11477305.
HSL color Cylindrical-coordinate representation of color #3921AF: hue angle of 250.14º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3921AF is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 33 | 175 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.31 |
| HSL | 250.14º | 0.68% | 0.41% | - |
| HSV(B) | 250.14º | 0.81% | 0.69% | - |
| XYZ | 9.97 | 5.05 | 41.01 | - |
| YUV | 56.36 | 194.95 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 175 | 0.67 | 0.81 | 0 | 0.31 | 250.14 | 0.68 | 0.41 |
| Hex | 39 | 21 | AF | 43 | 51 | 0 | 1F | FA | 44 | 29 |
| Octal | 71 | 41 | 257 | 103 | 121 | 0 | 37 | 372 | 104 | 51 |
| Binary | 111001 | 100001 | 10101111 | 1000011 | 1010001 | 0 | 11111 | 11111010 | 1000100 | 101001 |
Color Harmonies of #3921AF
Complementary color
Monochromatic Colors of #3921AF
Black with #3921AF
Text Example
Text Example
White with #3921AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3921AF; }
p { color: rgb(57,33,175); }
H1.HeaderClassName
{
color: #3921AF;
}
.AnyTagClassName
{
color: #3921AF;
}
</style>
background-color css
<style>
a { background-color: #3921AF; }
a { background-color: rgb(57,33,175); }
div.DivClassName
{
background-color: #3921AF;
}
.BgClassName
{
background-color: #3921AF;
}
</style>
border-color css
<style>
span { border-color: #3921AF; }
span { border-color: rgb(57,33,175); }
td.TdClassName
{
border-color: #3921AF;
}
.TagClassName
{
border-color: #3921AF;
}
</style>