Shades of Blue Gem #371DAC
Tints of Blue Gem #371DAC
RGB
CMYK
RGB Variations
Color information
#371DAC (or 0x371DAC) is known color: Blue Gem. HEX triplet: 37, 1D and AC. RGB value is (55,29,172). Sum of RGB (Red+Green+Blue) = 55+29+172=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #371DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DAC is #C8E253. Grayscale: #343434. Windows color (decimal): -13165140 or 11279671. OLE color: 11279671.
HSL color Cylindrical-coordinate representation of color #371DAC: hue angle of 250.91º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371DAC is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 29 | 172 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.33 |
| HSL | 250.91º | 0.71% | 0.39% | - |
| HSV(B) | 250.91º | 0.83% | 0.67% | - |
| XYZ | 9.46 | 4.67 | 39.43 | - |
| YUV | 53.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 172 | 0.68 | 0.83 | 0 | 0.33 | 250.91 | 0.71 | 0.39 |
| Hex | 37 | 1D | AC | 44 | 53 | 0 | 21 | FB | 47 | 27 |
| Octal | 67 | 35 | 254 | 104 | 123 | 0 | 41 | 373 | 107 | 47 |
| Binary | 110111 | 11101 | 10101100 | 1000100 | 1010011 | 0 | 100001 | 11111011 | 1000111 | 100111 |
Color Harmonies of #371DAC
Complementary color
Monochromatic Colors of #371DAC
Black with #371DAC
Text Example
Text Example
White with #371DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DAC; }
p { color: rgb(55,29,172); }
H1.HeaderClassName
{
color: #371DAC;
}
.AnyTagClassName
{
color: #371DAC;
}
</style>
background-color css
<style>
a { background-color: #371DAC; }
a { background-color: rgb(55,29,172); }
div.DivClassName
{
background-color: #371DAC;
}
.BgClassName
{
background-color: #371DAC;
}
</style>
border-color css
<style>
span { border-color: #371DAC; }
span { border-color: rgb(55,29,172); }
td.TdClassName
{
border-color: #371DAC;
}
.TagClassName
{
border-color: #371DAC;
}
</style>