Shades of Blue Gem #371FAE
Tints of Blue Gem #371FAE
RGB
CMYK
RGB Variations
Color information
#371FAE (or 0x371FAE) is known color: Blue Gem. HEX triplet: 37, 1F and AE. RGB value is (55,31,174). Sum of RGB (Red+Green+Blue) = 55+31+174=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #371FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371FAE is #C8E051. Grayscale: #353535. Windows color (decimal): -13164626 or 11411255. OLE color: 11411255.
HSL color Cylindrical-coordinate representation of color #371FAE: hue angle of 250.07º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371FAE is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 31 | 174 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.32 |
| HSL | 250.07º | 0.7% | 0.4% | - |
| HSV(B) | 250.07º | 0.82% | 0.68% | - |
| XYZ | 9.71 | 4.85 | 40.47 | - |
| YUV | 54.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 174 | 0.68 | 0.82 | 0 | 0.32 | 250.07 | 0.7 | 0.4 |
| Hex | 37 | 1F | AE | 44 | 52 | 0 | 20 | FA | 46 | 28 |
| Octal | 67 | 37 | 256 | 104 | 122 | 0 | 40 | 372 | 106 | 50 |
| Binary | 110111 | 11111 | 10101110 | 1000100 | 1010010 | 0 | 100000 | 11111010 | 1000110 | 101000 |
Color Harmonies of #371FAE
Complementary color
Monochromatic Colors of #371FAE
Black with #371FAE
Text Example
Text Example
White with #371FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371FAE; }
p { color: rgb(55,31,174); }
H1.HeaderClassName
{
color: #371FAE;
}
.AnyTagClassName
{
color: #371FAE;
}
</style>
background-color css
<style>
a { background-color: #371FAE; }
a { background-color: rgb(55,31,174); }
div.DivClassName
{
background-color: #371FAE;
}
.BgClassName
{
background-color: #371FAE;
}
</style>
border-color css
<style>
span { border-color: #371FAE; }
span { border-color: rgb(55,31,174); }
td.TdClassName
{
border-color: #371FAE;
}
.TagClassName
{
border-color: #371FAE;
}
</style>