Shades of Blue Gem #371AAD
Tints of Blue Gem #371AAD
RGB
CMYK
RGB Variations
Color information
#371AAD (or 0x371AAD) is known color: Blue Gem. HEX triplet: 37, 1A and AD. RGB value is (55,26,173). Sum of RGB (Red+Green+Blue) = 55+26+173=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #371AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371AAD is #C8E552. Grayscale: #323232. Windows color (decimal): -13165907 or 11344439. OLE color: 11344439.
HSL color Cylindrical-coordinate representation of color #371AAD: hue angle of 251.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371AAD is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 55 | 26 | 173 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.32 |
| HSL | 251.84º | 0.74% | 0.39% | - |
| HSV(B) | 251.84º | 0.85% | 0.68% | - |
| XYZ | 9.49 | 4.57 | 39.92 | - |
| YUV | 51.43 | 196.61 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 173 | 0.68 | 0.85 | 0 | 0.32 | 251.84 | 0.74 | 0.39 |
| Hex | 37 | 1A | AD | 44 | 55 | 0 | 20 | FC | 4A | 27 |
| Octal | 67 | 32 | 255 | 104 | 125 | 0 | 40 | 374 | 112 | 47 |
| Binary | 110111 | 11010 | 10101101 | 1000100 | 1010101 | 0 | 100000 | 11111100 | 1001010 | 100111 |
Color Harmonies of #371AAD
Complementary color
Monochromatic Colors of #371AAD
Black with #371AAD
Text Example
Text Example
White with #371AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371AAD; }
p { color: rgb(55,26,173); }
H1.HeaderClassName
{
color: #371AAD;
}
.AnyTagClassName
{
color: #371AAD;
}
</style>
background-color css
<style>
a { background-color: #371AAD; }
a { background-color: rgb(55,26,173); }
div.DivClassName
{
background-color: #371AAD;
}
.BgClassName
{
background-color: #371AAD;
}
</style>
border-color css
<style>
span { border-color: #371AAD; }
span { border-color: rgb(55,26,173); }
td.TdClassName
{
border-color: #371AAD;
}
.TagClassName
{
border-color: #371AAD;
}
</style>