Shades of Blue Gem #3928AF
Tints of Blue Gem #3928AF
RGB
CMYK
RGB Variations
Color information
#3928AF (or 0x3928AF) is known color: Blue Gem. HEX triplet: 39, 28 and AF. RGB value is (57,40,175). Sum of RGB (Red+Green+Blue) = 57+40+175=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #3928AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3928AF is #C6D750. Grayscale: #3B3B3B. Windows color (decimal): -13031249 or 11479097. OLE color: 11479097.
HSL color Cylindrical-coordinate representation of color #3928AF: hue angle of 247.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3928AF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 40 | 175 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.31 |
| HSL | 247.56º | 0.63% | 0.42% | - |
| HSV(B) | 247.56º | 0.77% | 0.69% | - |
| XYZ | 10.18 | 5.48 | 41.08 | - |
| YUV | 60.47 | 192.63 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 175 | 0.67 | 0.77 | 0 | 0.31 | 247.56 | 0.63 | 0.42 |
| Hex | 39 | 28 | AF | 43 | 4D | 0 | 1F | F8 | 3F | 2A |
| Octal | 71 | 50 | 257 | 103 | 115 | 0 | 37 | 370 | 77 | 52 |
| Binary | 111001 | 101000 | 10101111 | 1000011 | 1001101 | 0 | 11111 | 11111000 | 111111 | 101010 |
Color Harmonies of #3928AF
Complementary color
Monochromatic Colors of #3928AF
Black with #3928AF
Text Example
Text Example
White with #3928AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3928AF; }
p { color: rgb(57,40,175); }
H1.HeaderClassName
{
color: #3928AF;
}
.AnyTagClassName
{
color: #3928AF;
}
</style>
background-color css
<style>
a { background-color: #3928AF; }
a { background-color: rgb(57,40,175); }
div.DivClassName
{
background-color: #3928AF;
}
.BgClassName
{
background-color: #3928AF;
}
</style>
border-color css
<style>
span { border-color: #3928AF; }
span { border-color: rgb(57,40,175); }
td.TdClassName
{
border-color: #3928AF;
}
.TagClassName
{
border-color: #3928AF;
}
</style>