Shades of Blue Gem #371BAB
Tints of Blue Gem #371BAB
RGB
CMYK
RGB Variations
Color information
#371BAB (or 0x371BAB) is known color: Blue Gem. HEX triplet: 37, 1B and AB. RGB value is (55,27,171). Sum of RGB (Red+Green+Blue) = 55+27+171=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #371BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371BAB is #C8E454. Grayscale: #333333. Windows color (decimal): -13165653 or 11213623. OLE color: 11213623.
HSL color Cylindrical-coordinate representation of color #371BAB: hue angle of 251.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371BAB is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 27 | 171 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.33 |
| HSL | 251.67º | 0.73% | 0.39% | - |
| HSV(B) | 251.67º | 0.84% | 0.67% | - |
| XYZ | 9.32 | 4.54 | 38.91 | - |
| YUV | 51.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 171 | 0.68 | 0.84 | 0 | 0.33 | 251.67 | 0.73 | 0.39 |
| Hex | 37 | 1B | AB | 44 | 54 | 0 | 21 | FC | 49 | 27 |
| Octal | 67 | 33 | 253 | 104 | 124 | 0 | 41 | 374 | 111 | 47 |
| Binary | 110111 | 11011 | 10101011 | 1000100 | 1010100 | 0 | 100001 | 11111100 | 1001001 | 100111 |
Color Harmonies of #371BAB
Complementary color
Monochromatic Colors of #371BAB
Black with #371BAB
Text Example
Text Example
White with #371BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BAB; }
p { color: rgb(55,27,171); }
H1.HeaderClassName
{
color: #371BAB;
}
.AnyTagClassName
{
color: #371BAB;
}
</style>
background-color css
<style>
a { background-color: #371BAB; }
a { background-color: rgb(55,27,171); }
div.DivClassName
{
background-color: #371BAB;
}
.BgClassName
{
background-color: #371BAB;
}
</style>
border-color css
<style>
span { border-color: #371BAB; }
span { border-color: rgb(55,27,171); }
td.TdClassName
{
border-color: #371BAB;
}
.TagClassName
{
border-color: #371BAB;
}
</style>