Shades of Blue Gem #3727AC
Tints of Blue Gem #3727AC
RGB
CMYK
RGB Variations
Color information
#3727AC (or 0x3727AC) is known color: Blue Gem. HEX triplet: 37, 27 and AC. RGB value is (55,39,172). Sum of RGB (Red+Green+Blue) = 55+39+172=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #3727AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3727AC is #C8D853. Grayscale: #3A3A3A. Windows color (decimal): -13162580 or 11282231. OLE color: 11282231.
HSL color Cylindrical-coordinate representation of color #3727AC: hue angle of 247.22º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3727AC is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 39 | 172 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.33 |
| HSL | 247.22º | 0.63% | 0.41% | - |
| HSV(B) | 247.22º | 0.77% | 0.67% | - |
| XYZ | 9.75 | 5.24 | 39.53 | - |
| YUV | 58.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 172 | 0.68 | 0.77 | 0 | 0.33 | 247.22 | 0.63 | 0.41 |
| Hex | 37 | 27 | AC | 44 | 4D | 0 | 21 | F7 | 3F | 29 |
| Octal | 67 | 47 | 254 | 104 | 115 | 0 | 41 | 367 | 77 | 51 |
| Binary | 110111 | 100111 | 10101100 | 1000100 | 1001101 | 0 | 100001 | 11110111 | 111111 | 101001 |
Color Harmonies of #3727AC
Complementary color
Monochromatic Colors of #3727AC
Black with #3727AC
Text Example
Text Example
White with #3727AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727AC; }
p { color: rgb(55,39,172); }
H1.HeaderClassName
{
color: #3727AC;
}
.AnyTagClassName
{
color: #3727AC;
}
</style>
background-color css
<style>
a { background-color: #3727AC; }
a { background-color: rgb(55,39,172); }
div.DivClassName
{
background-color: #3727AC;
}
.BgClassName
{
background-color: #3727AC;
}
</style>
border-color css
<style>
span { border-color: #3727AC; }
span { border-color: rgb(55,39,172); }
td.TdClassName
{
border-color: #3727AC;
}
.TagClassName
{
border-color: #3727AC;
}
</style>