Shades of Blue Gem #3729A2
Tints of Blue Gem #3729A2
RGB
CMYK
RGB Variations
Color information
#3729A2 (or 0x3729A2) is known color: Blue Gem. HEX triplet: 37, 29 and A2. RGB value is (55,41,162). Sum of RGB (Red+Green+Blue) = 55+41+162=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #3729A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3729A2 is #C8D65D. Grayscale: #3A3A3A. Windows color (decimal): -13162078 or 10627383. OLE color: 10627383.
HSL color Cylindrical-coordinate representation of color #3729A2: hue angle of 246.94º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3729A2 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 41 | 162 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.36 |
| HSL | 246.94º | 0.6% | 0.4% | - |
| HSV(B) | 246.94º | 0.75% | 0.64% | - |
| XYZ | 8.89 | 5.01 | 34.68 | - |
| YUV | 58.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 162 | 0.66 | 0.75 | 0 | 0.36 | 246.94 | 0.6 | 0.4 |
| Hex | 37 | 29 | A2 | 42 | 4B | 0 | 24 | F7 | 3C | 28 |
| Octal | 67 | 51 | 242 | 102 | 113 | 0 | 44 | 367 | 74 | 50 |
| Binary | 110111 | 101001 | 10100010 | 1000010 | 1001011 | 0 | 100100 | 11110111 | 111100 | 101000 |
Color Harmonies of #3729A2
Complementary color
Monochromatic Colors of #3729A2
Black with #3729A2
Text Example
Text Example
White with #3729A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729A2; }
p { color: rgb(55,41,162); }
H1.HeaderClassName
{
color: #3729A2;
}
.AnyTagClassName
{
color: #3729A2;
}
</style>
background-color css
<style>
a { background-color: #3729A2; }
a { background-color: rgb(55,41,162); }
div.DivClassName
{
background-color: #3729A2;
}
.BgClassName
{
background-color: #3729A2;
}
</style>
border-color css
<style>
span { border-color: #3729A2; }
span { border-color: rgb(55,41,162); }
td.TdClassName
{
border-color: #3729A2;
}
.TagClassName
{
border-color: #3729A2;
}
</style>