Shades of Blue Gem #3729AC
Tints of Blue Gem #3729AC
RGB
CMYK
RGB Variations
Color information
#3729AC (or 0x3729AC) is known color: Blue Gem. HEX triplet: 37, 29 and AC. RGB value is (55,41,172). Sum of RGB (Red+Green+Blue) = 55+41+172=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #3729AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3729AC is #C8D653. Grayscale: #3B3B3B. Windows color (decimal): -13162068 or 11282743. OLE color: 11282743.
HSL color Cylindrical-coordinate representation of color #3729AC: hue angle of 246.41º degrees, saturation: 0.62, 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 #3729AC is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 41 | 172 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.33 |
| HSL | 246.41º | 0.62% | 0.42% | - |
| HSV(B) | 246.41º | 0.76% | 0.67% | - |
| XYZ | 9.81 | 5.38 | 39.55 | - |
| YUV | 60.12 | 191.14 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 172 | 0.68 | 0.76 | 0 | 0.33 | 246.41 | 0.62 | 0.42 |
| Hex | 37 | 29 | AC | 44 | 4C | 0 | 21 | F6 | 3E | 2A |
| Octal | 67 | 51 | 254 | 104 | 114 | 0 | 41 | 366 | 76 | 52 |
| Binary | 110111 | 101001 | 10101100 | 1000100 | 1001100 | 0 | 100001 | 11110110 | 111110 | 101010 |
Color Harmonies of #3729AC
Complementary color
Monochromatic Colors of #3729AC
Black with #3729AC
Text Example
Text Example
White with #3729AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3729AC; }
p { color: rgb(55,41,172); }
H1.HeaderClassName
{
color: #3729AC;
}
.AnyTagClassName
{
color: #3729AC;
}
</style>
background-color css
<style>
a { background-color: #3729AC; }
a { background-color: rgb(55,41,172); }
div.DivClassName
{
background-color: #3729AC;
}
.BgClassName
{
background-color: #3729AC;
}
</style>
border-color css
<style>
span { border-color: #3729AC; }
span { border-color: rgb(55,41,172); }
td.TdClassName
{
border-color: #3729AC;
}
.TagClassName
{
border-color: #3729AC;
}
</style>