Shades of Blue Gem #3729A6
Tints of Blue Gem #3729A6
RGB
CMYK
RGB Variations
Color information
#3729A6 (or 0x3729A6) is known color: Blue Gem. HEX triplet: 37, 29 and A6. RGB value is (55,41,166). Sum of RGB (Red+Green+Blue) = 55+41+166=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #3729A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3729A6 is #C8D659. Grayscale: #3A3A3A. Windows color (decimal): -13162074 or 10889527. OLE color: 10889527.
HSL color Cylindrical-coordinate representation of color #3729A6: hue angle of 246.72º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3729A6 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 41 | 166 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.35 |
| HSL | 246.72º | 0.6% | 0.41% | - |
| HSV(B) | 246.72º | 0.75% | 0.65% | - |
| XYZ | 9.25 | 5.15 | 36.58 | - |
| YUV | 59.44 | 188.14 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 166 | 0.67 | 0.75 | 0 | 0.35 | 246.72 | 0.6 | 0.41 |
| Hex | 37 | 29 | A6 | 43 | 4B | 0 | 23 | F7 | 3C | 29 |
| Octal | 67 | 51 | 246 | 103 | 113 | 0 | 43 | 367 | 74 | 51 |
| Binary | 110111 | 101001 | 10100110 | 1000011 | 1001011 | 0 | 100011 | 11110111 | 111100 | 101001 |
Color Harmonies of #3729A6
Complementary color
Monochromatic Colors of #3729A6
Black with #3729A6
Text Example
Text Example
White with #3729A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729A6; }
p { color: rgb(55,41,166); }
H1.HeaderClassName
{
color: #3729A6;
}
.AnyTagClassName
{
color: #3729A6;
}
</style>
background-color css
<style>
a { background-color: #3729A6; }
a { background-color: rgb(55,41,166); }
div.DivClassName
{
background-color: #3729A6;
}
.BgClassName
{
background-color: #3729A6;
}
</style>
border-color css
<style>
span { border-color: #3729A6; }
span { border-color: rgb(55,41,166); }
td.TdClassName
{
border-color: #3729A6;
}
.TagClassName
{
border-color: #3729A6;
}
</style>