Shades of Blue Gem #3729AD
Tints of Blue Gem #3729AD
RGB
CMYK
RGB Variations
Color information
#3729AD (or 0x3729AD) is known color: Blue Gem. HEX triplet: 37, 29 and AD. RGB value is (55,41,173). Sum of RGB (Red+Green+Blue) = 55+41+173=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #3729AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3729AD is #C8D652. Grayscale: #3B3B3B. Windows color (decimal): -13162067 or 11348279. OLE color: 11348279.
HSL color Cylindrical-coordinate representation of color #3729AD: hue angle of 246.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3729AD is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 41 | 173 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.32 |
| HSL | 246.36º | 0.62% | 0.42% | - |
| HSV(B) | 246.36º | 0.76% | 0.68% | - |
| XYZ | 9.91 | 5.42 | 40.06 | - |
| YUV | 60.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 173 | 0.68 | 0.76 | 0 | 0.32 | 246.36 | 0.62 | 0.42 |
| Hex | 37 | 29 | AD | 44 | 4C | 0 | 20 | F6 | 3E | 2A |
| Octal | 67 | 51 | 255 | 104 | 114 | 0 | 40 | 366 | 76 | 52 |
| Binary | 110111 | 101001 | 10101101 | 1000100 | 1001100 | 0 | 100000 | 11110110 | 111110 | 101010 |
Color Harmonies of #3729AD
Complementary color
Monochromatic Colors of #3729AD
Black with #3729AD
Text Example
Text Example
White with #3729AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729AD; }
p { color: rgb(55,41,173); }
H1.HeaderClassName
{
color: #3729AD;
}
.AnyTagClassName
{
color: #3729AD;
}
</style>
background-color css
<style>
a { background-color: #3729AD; }
a { background-color: rgb(55,41,173); }
div.DivClassName
{
background-color: #3729AD;
}
.BgClassName
{
background-color: #3729AD;
}
</style>
border-color css
<style>
span { border-color: #3729AD; }
span { border-color: rgb(55,41,173); }
td.TdClassName
{
border-color: #3729AD;
}
.TagClassName
{
border-color: #3729AD;
}
</style>