Shades of Blue Gem #371FAC
Tints of Blue Gem #371FAC
RGB
CMYK
RGB Variations
Color information
#371FAC (or 0x371FAC) is known color: Blue Gem. HEX triplet: 37, 1F and AC. RGB value is (55,31,172). Sum of RGB (Red+Green+Blue) = 55+31+172=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #371FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371FAC is #C8E053. Grayscale: #353535. Windows color (decimal): -13164628 or 11280183. OLE color: 11280183.
HSL color Cylindrical-coordinate representation of color #371FAC: hue angle of 250.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371FAC is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 31 | 172 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.33 |
| HSL | 250.21º | 0.69% | 0.4% | - |
| HSV(B) | 250.21º | 0.82% | 0.67% | - |
| XYZ | 9.51 | 4.77 | 39.45 | - |
| YUV | 54.25 | 194.45 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 172 | 0.68 | 0.82 | 0 | 0.33 | 250.21 | 0.69 | 0.4 |
| Hex | 37 | 1F | AC | 44 | 52 | 0 | 21 | FA | 45 | 28 |
| Octal | 67 | 37 | 254 | 104 | 122 | 0 | 41 | 372 | 105 | 50 |
| Binary | 110111 | 11111 | 10101100 | 1000100 | 1010010 | 0 | 100001 | 11111010 | 1000101 | 101000 |
Color Harmonies of #371FAC
Complementary color
Monochromatic Colors of #371FAC
Black with #371FAC
Text Example
Text Example
White with #371FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371FAC; }
p { color: rgb(55,31,172); }
H1.HeaderClassName
{
color: #371FAC;
}
.AnyTagClassName
{
color: #371FAC;
}
</style>
background-color css
<style>
a { background-color: #371FAC; }
a { background-color: rgb(55,31,172); }
div.DivClassName
{
background-color: #371FAC;
}
.BgClassName
{
background-color: #371FAC;
}
</style>
border-color css
<style>
span { border-color: #371FAC; }
span { border-color: rgb(55,31,172); }
td.TdClassName
{
border-color: #371FAC;
}
.TagClassName
{
border-color: #371FAC;
}
</style>