Shades of Blue Gem #371DAE
Tints of Blue Gem #371DAE
RGB
CMYK
RGB Variations
Color information
#371DAE (or 0x371DAE) is known color: Blue Gem. HEX triplet: 37, 1D and AE. RGB value is (55,29,174). Sum of RGB (Red+Green+Blue) = 55+29+174=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #371DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DAE is #C8E251. Grayscale: #343434. Windows color (decimal): -13165138 or 11410743. OLE color: 11410743.
HSL color Cylindrical-coordinate representation of color #371DAE: hue angle of 250.76º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371DAE is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 29 | 174 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.32 |
| HSL | 250.76º | 0.71% | 0.4% | - |
| HSV(B) | 250.76º | 0.83% | 0.68% | - |
| XYZ | 9.65 | 4.75 | 40.45 | - |
| YUV | 53.3 | 196.11 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 174 | 0.68 | 0.83 | 0 | 0.32 | 250.76 | 0.71 | 0.4 |
| Hex | 37 | 1D | AE | 44 | 53 | 0 | 20 | FB | 47 | 28 |
| Octal | 67 | 35 | 256 | 104 | 123 | 0 | 40 | 373 | 107 | 50 |
| Binary | 110111 | 11101 | 10101110 | 1000100 | 1010011 | 0 | 100000 | 11111011 | 1000111 | 101000 |
Color Harmonies of #371DAE
Complementary color
Monochromatic Colors of #371DAE
Black with #371DAE
Text Example
Text Example
White with #371DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DAE; }
p { color: rgb(55,29,174); }
H1.HeaderClassName
{
color: #371DAE;
}
.AnyTagClassName
{
color: #371DAE;
}
</style>
background-color css
<style>
a { background-color: #371DAE; }
a { background-color: rgb(55,29,174); }
div.DivClassName
{
background-color: #371DAE;
}
.BgClassName
{
background-color: #371DAE;
}
</style>
border-color css
<style>
span { border-color: #371DAE; }
span { border-color: rgb(55,29,174); }
td.TdClassName
{
border-color: #371DAE;
}
.TagClassName
{
border-color: #371DAE;
}
</style>