Shades of Blue Gem #3729AB
Tints of Blue Gem #3729AB
RGB
CMYK
RGB Variations
Color information
#3729AB (or 0x3729AB) is known color: Blue Gem. HEX triplet: 37, 29 and AB. RGB value is (55,41,171). Sum of RGB (Red+Green+Blue) = 55+41+171=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #3729AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3729AB is #C8D654. Grayscale: #3B3B3B. Windows color (decimal): -13162069 or 11217207. OLE color: 11217207.
HSL color Cylindrical-coordinate representation of color #3729AB: hue angle of 246.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3729AB is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 41 | 171 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.33 |
| HSL | 246.46º | 0.61% | 0.42% | - |
| HSV(B) | 246.46º | 0.76% | 0.67% | - |
| XYZ | 9.72 | 5.34 | 39.05 | - |
| YUV | 60.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 171 | 0.68 | 0.76 | 0 | 0.33 | 246.46 | 0.61 | 0.42 |
| Hex | 37 | 29 | AB | 44 | 4C | 0 | 21 | F6 | 3D | 2A |
| Octal | 67 | 51 | 253 | 104 | 114 | 0 | 41 | 366 | 75 | 52 |
| Binary | 110111 | 101001 | 10101011 | 1000100 | 1001100 | 0 | 100001 | 11110110 | 111101 | 101010 |
Color Harmonies of #3729AB
Complementary color
Monochromatic Colors of #3729AB
Black with #3729AB
Text Example
Text Example
White with #3729AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729AB; }
p { color: rgb(55,41,171); }
H1.HeaderClassName
{
color: #3729AB;
}
.AnyTagClassName
{
color: #3729AB;
}
</style>
background-color css
<style>
a { background-color: #3729AB; }
a { background-color: rgb(55,41,171); }
div.DivClassName
{
background-color: #3729AB;
}
.BgClassName
{
background-color: #3729AB;
}
</style>
border-color css
<style>
span { border-color: #3729AB; }
span { border-color: rgb(55,41,171); }
td.TdClassName
{
border-color: #3729AB;
}
.TagClassName
{
border-color: #3729AB;
}
</style>