Shades of Blue Gem #3919AD
Tints of Blue Gem #3919AD
RGB
CMYK
RGB Variations
Color information
#3919AD (or 0x3919AD) is known color: Blue Gem. HEX triplet: 39, 19 and AD. RGB value is (57,25,173). Sum of RGB (Red+Green+Blue) = 57+25+173=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #3919AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3919AD is #C6E652. Grayscale: #323232. Windows color (decimal): -13035091 or 11344185. OLE color: 11344185.
HSL color Cylindrical-coordinate representation of color #3919AD: hue angle of 252.97º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3919AD is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 25 | 173 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.32 |
| HSL | 252.97º | 0.75% | 0.39% | - |
| HSV(B) | 252.97º | 0.86% | 0.68% | - |
| XYZ | 9.58 | 4.58 | 39.91 | - |
| YUV | 51.44 | 196.6 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 173 | 0.67 | 0.86 | 0 | 0.32 | 252.97 | 0.75 | 0.39 |
| Hex | 39 | 19 | AD | 43 | 56 | 0 | 20 | FD | 4B | 27 |
| Octal | 71 | 31 | 255 | 103 | 126 | 0 | 40 | 375 | 113 | 47 |
| Binary | 111001 | 11001 | 10101101 | 1000011 | 1010110 | 0 | 100000 | 11111101 | 1001011 | 100111 |
Color Harmonies of #3919AD
Complementary color
Monochromatic Colors of #3919AD
Black with #3919AD
Text Example
Text Example
White with #3919AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3919AD; }
p { color: rgb(57,25,173); }
H1.HeaderClassName
{
color: #3919AD;
}
.AnyTagClassName
{
color: #3919AD;
}
</style>
background-color css
<style>
a { background-color: #3919AD; }
a { background-color: rgb(57,25,173); }
div.DivClassName
{
background-color: #3919AD;
}
.BgClassName
{
background-color: #3919AD;
}
</style>
border-color css
<style>
span { border-color: #3919AD; }
span { border-color: rgb(57,25,173); }
td.TdClassName
{
border-color: #3919AD;
}
.TagClassName
{
border-color: #3919AD;
}
</style>