Shades of Blue Gem #371CA7
Tints of Blue Gem #371CA7
RGB
CMYK
RGB Variations
Color information
#371CA7 (or 0x371CA7) is known color: Blue Gem. HEX triplet: 37, 1C and A7. RGB value is (55,28,167). Sum of RGB (Red+Green+Blue) = 55+28+167=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 167 (65.62% from 255 or 66.8% from 250); Max value from RGB is 167 - color contains mainly: blue. Hex color #371CA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371CA7 is #C8E358. Grayscale: #333333. Windows color (decimal): -13165401 or 10951735. OLE color: 10951735.
HSL color Cylindrical-coordinate representation of color #371CA7: hue angle of 251.65º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371CA7 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 28 | 167 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.35 |
| HSL | 251.65º | 0.71% | 0.38% | - |
| HSV(B) | 251.65º | 0.83% | 0.65% | - |
| XYZ | 8.97 | 4.43 | 36.94 | - |
| YUV | 51.92 | 192.95 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 167 | 0.67 | 0.83 | 0 | 0.35 | 251.65 | 0.71 | 0.38 |
| Hex | 37 | 1C | A7 | 43 | 53 | 0 | 23 | FC | 47 | 26 |
| Octal | 67 | 34 | 247 | 103 | 123 | 0 | 43 | 374 | 107 | 46 |
| Binary | 110111 | 11100 | 10100111 | 1000011 | 1010011 | 0 | 100011 | 11111100 | 1000111 | 100110 |
Color Harmonies of #371CA7
Complementary color
Monochromatic Colors of #371CA7
Black with #371CA7
Text Example
Text Example
White with #371CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CA7; }
p { color: rgb(55,28,167); }
H1.HeaderClassName
{
color: #371CA7;
}
.AnyTagClassName
{
color: #371CA7;
}
</style>
background-color css
<style>
a { background-color: #371CA7; }
a { background-color: rgb(55,28,167); }
div.DivClassName
{
background-color: #371CA7;
}
.BgClassName
{
background-color: #371CA7;
}
</style>
border-color css
<style>
span { border-color: #371CA7; }
span { border-color: rgb(55,28,167); }
td.TdClassName
{
border-color: #371CA7;
}
.TagClassName
{
border-color: #371CA7;
}
</style>