Shades of Blue Gem #371DAA
Tints of Blue Gem #371DAA
RGB
CMYK
RGB Variations
Color information
#371DAA (or 0x371DAA) is known color: Blue Gem. HEX triplet: 37, 1D and AA. RGB value is (55,29,170). Sum of RGB (Red+Green+Blue) = 55+29+170=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #371DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371DAA is #C8E255. Grayscale: #343434. Windows color (decimal): -13165142 or 11148599. OLE color: 11148599.
HSL color Cylindrical-coordinate representation of color #371DAA: hue angle of 251.06º 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 #371DAA is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 29 | 170 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.33 |
| HSL | 251.06º | 0.71% | 0.39% | - |
| HSV(B) | 251.06º | 0.83% | 0.67% | - |
| XYZ | 9.27 | 4.59 | 38.43 | - |
| YUV | 52.85 | 194.11 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 170 | 0.68 | 0.83 | 0 | 0.33 | 251.06 | 0.71 | 0.39 |
| Hex | 37 | 1D | AA | 44 | 53 | 0 | 21 | FB | 47 | 27 |
| Octal | 67 | 35 | 252 | 104 | 123 | 0 | 41 | 373 | 107 | 47 |
| Binary | 110111 | 11101 | 10101010 | 1000100 | 1010011 | 0 | 100001 | 11111011 | 1000111 | 100111 |
Color Harmonies of #371DAA
Complementary color
Monochromatic Colors of #371DAA
Black with #371DAA
Text Example
Text Example
White with #371DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DAA; }
p { color: rgb(55,29,170); }
H1.HeaderClassName
{
color: #371DAA;
}
.AnyTagClassName
{
color: #371DAA;
}
</style>
background-color css
<style>
a { background-color: #371DAA; }
a { background-color: rgb(55,29,170); }
div.DivClassName
{
background-color: #371DAA;
}
.BgClassName
{
background-color: #371DAA;
}
</style>
border-color css
<style>
span { border-color: #371DAA; }
span { border-color: rgb(55,29,170); }
td.TdClassName
{
border-color: #371DAA;
}
.TagClassName
{
border-color: #371DAA;
}
</style>