Shades of Blue Gem #371FA3
Tints of Blue Gem #371FA3
RGB
CMYK
RGB Variations
Color information
#371FA3 (or 0x371FA3) is known color: Blue Gem. HEX triplet: 37, 1F and A3. RGB value is (55,31,163). Sum of RGB (Red+Green+Blue) = 55+31+163=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 163 (64.06% from 255 or 65.46% from 249); Max value from RGB is 163 - color contains mainly: blue. Hex color #371FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371FA3 is #C8E05C. Grayscale: #343434. Windows color (decimal): -13164637 or 10690359. OLE color: 10690359.
HSL color Cylindrical-coordinate representation of color #371FA3: hue angle of 250.91º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371FA3 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 31 | 163 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.36 |
| HSL | 250.91º | 0.68% | 0.38% | - |
| HSV(B) | 250.91º | 0.81% | 0.64% | - |
| XYZ | 8.68 | 4.44 | 35.05 | - |
| YUV | 53.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 163 | 0.66 | 0.81 | 0 | 0.36 | 250.91 | 0.68 | 0.38 |
| Hex | 37 | 1F | A3 | 42 | 51 | 0 | 24 | FB | 44 | 26 |
| Octal | 67 | 37 | 243 | 102 | 121 | 0 | 44 | 373 | 104 | 46 |
| Binary | 110111 | 11111 | 10100011 | 1000010 | 1010001 | 0 | 100100 | 11111011 | 1000100 | 100110 |
Color Harmonies of #371FA3
Complementary color
Monochromatic Colors of #371FA3
Black with #371FA3
Text Example
Text Example
White with #371FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371FA3; }
p { color: rgb(55,31,163); }
H1.HeaderClassName
{
color: #371FA3;
}
.AnyTagClassName
{
color: #371FA3;
}
</style>
background-color css
<style>
a { background-color: #371FA3; }
a { background-color: rgb(55,31,163); }
div.DivClassName
{
background-color: #371FA3;
}
.BgClassName
{
background-color: #371FA3;
}
</style>
border-color css
<style>
span { border-color: #371FA3; }
span { border-color: rgb(55,31,163); }
td.TdClassName
{
border-color: #371FA3;
}
.TagClassName
{
border-color: #371FA3;
}
</style>