Shades of Blue Gem #3727A1
Tints of Blue Gem #3727A1
RGB
CMYK
RGB Variations
Color information
#3727A1 (or 0x3727A1) is known color: Blue Gem. HEX triplet: 37, 27 and A1. RGB value is (55,39,161). Sum of RGB (Red+Green+Blue) = 55+39+161=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #3727A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3727A1 is #C8D85E. Grayscale: #393939. Windows color (decimal): -13162591 or 10561335. OLE color: 10561335.
HSL color Cylindrical-coordinate representation of color #3727A1: hue angle of 247.87º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3727A1 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 39 | 161 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.37 |
| HSL | 247.87º | 0.61% | 0.39% | - |
| HSV(B) | 247.87º | 0.76% | 0.63% | - |
| XYZ | 8.73 | 4.84 | 34.19 | - |
| YUV | 57.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 161 | 0.66 | 0.76 | 0 | 0.37 | 247.87 | 0.61 | 0.39 |
| Hex | 37 | 27 | A1 | 42 | 4C | 0 | 25 | F8 | 3D | 27 |
| Octal | 67 | 47 | 241 | 102 | 114 | 0 | 45 | 370 | 75 | 47 |
| Binary | 110111 | 100111 | 10100001 | 1000010 | 1001100 | 0 | 100101 | 11111000 | 111101 | 100111 |
Color Harmonies of #3727A1
Complementary color
Monochromatic Colors of #3727A1
Black with #3727A1
Text Example
Text Example
White with #3727A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3727A1; }
p { color: rgb(55,39,161); }
H1.HeaderClassName
{
color: #3727A1;
}
.AnyTagClassName
{
color: #3727A1;
}
</style>
background-color css
<style>
a { background-color: #3727A1; }
a { background-color: rgb(55,39,161); }
div.DivClassName
{
background-color: #3727A1;
}
.BgClassName
{
background-color: #3727A1;
}
</style>
border-color css
<style>
span { border-color: #3727A1; }
span { border-color: rgb(55,39,161); }
td.TdClassName
{
border-color: #3727A1;
}
.TagClassName
{
border-color: #3727A1;
}
</style>