Shades of Blue Gem #371BA6
Tints of Blue Gem #371BA6
RGB
CMYK
RGB Variations
Color information
#371BA6 (or 0x371BA6) is known color: Blue Gem. HEX triplet: 37, 1B and A6. RGB value is (55,27,166). Sum of RGB (Red+Green+Blue) = 55+27+166=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #371BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371BA6 is #C8E459. Grayscale: #323232. Windows color (decimal): -13165658 or 10885943. OLE color: 10885943.
HSL color Cylindrical-coordinate representation of color #371BA6: hue angle of 252.09º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371BA6 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 27 | 166 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.35 |
| HSL | 252.09º | 0.72% | 0.38% | - |
| HSV(B) | 252.09º | 0.84% | 0.65% | - |
| XYZ | 8.85 | 4.35 | 36.45 | - |
| YUV | 51.22 | 192.78 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 166 | 0.67 | 0.84 | 0 | 0.35 | 252.09 | 0.72 | 0.38 |
| Hex | 37 | 1B | A6 | 43 | 54 | 0 | 23 | FC | 48 | 26 |
| Octal | 67 | 33 | 246 | 103 | 124 | 0 | 43 | 374 | 110 | 46 |
| Binary | 110111 | 11011 | 10100110 | 1000011 | 1010100 | 0 | 100011 | 11111100 | 1001000 | 100110 |
Color Harmonies of #371BA6
Complementary color
Monochromatic Colors of #371BA6
Black with #371BA6
Text Example
Text Example
White with #371BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BA6; }
p { color: rgb(55,27,166); }
H1.HeaderClassName
{
color: #371BA6;
}
.AnyTagClassName
{
color: #371BA6;
}
</style>
background-color css
<style>
a { background-color: #371BA6; }
a { background-color: rgb(55,27,166); }
div.DivClassName
{
background-color: #371BA6;
}
.BgClassName
{
background-color: #371BA6;
}
</style>
border-color css
<style>
span { border-color: #371BA6; }
span { border-color: rgb(55,27,166); }
td.TdClassName
{
border-color: #371BA6;
}
.TagClassName
{
border-color: #371BA6;
}
</style>