Shades of Blue Gem #371DAB
Tints of Blue Gem #371DAB
RGB
CMYK
RGB Variations
Color information
#371DAB (or 0x371DAB) is known color: Blue Gem. HEX triplet: 37, 1D and AB. RGB value is (55,29,171). Sum of RGB (Red+Green+Blue) = 55+29+171=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #371DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DAB is #C8E254. Grayscale: #343434. Windows color (decimal): -13165141 or 11214135. OLE color: 11214135.
HSL color Cylindrical-coordinate representation of color #371DAB: hue angle of 250.99º 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 #371DAB is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 29 | 171 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.33 |
| HSL | 250.99º | 0.71% | 0.39% | - |
| HSV(B) | 250.99º | 0.83% | 0.67% | - |
| XYZ | 9.37 | 4.63 | 38.93 | - |
| YUV | 52.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 171 | 0.68 | 0.83 | 0 | 0.33 | 250.99 | 0.71 | 0.39 |
| Hex | 37 | 1D | AB | 44 | 53 | 0 | 21 | FB | 47 | 27 |
| Octal | 67 | 35 | 253 | 104 | 123 | 0 | 41 | 373 | 107 | 47 |
| Binary | 110111 | 11101 | 10101011 | 1000100 | 1010011 | 0 | 100001 | 11111011 | 1000111 | 100111 |
Color Harmonies of #371DAB
Complementary color
Monochromatic Colors of #371DAB
Black with #371DAB
Text Example
Text Example
White with #371DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DAB; }
p { color: rgb(55,29,171); }
H1.HeaderClassName
{
color: #371DAB;
}
.AnyTagClassName
{
color: #371DAB;
}
</style>
background-color css
<style>
a { background-color: #371DAB; }
a { background-color: rgb(55,29,171); }
div.DivClassName
{
background-color: #371DAB;
}
.BgClassName
{
background-color: #371DAB;
}
</style>
border-color css
<style>
span { border-color: #371DAB; }
span { border-color: rgb(55,29,171); }
td.TdClassName
{
border-color: #371DAB;
}
.TagClassName
{
border-color: #371DAB;
}
</style>