Shades of Blue Gem #503F9E
Tints of Blue Gem #503F9E
RGB
CMYK
RGB Variations
Color information
#503F9E (or 0x503F9E) is known color: Blue Gem. HEX triplet: 50, 3F and 9E. RGB value is (80,63,158). Sum of RGB (Red+Green+Blue) = 80+63+158=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #503F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F9E is #AFC061. Grayscale: #4E4E4E. Windows color (decimal): -11518050 or 10370896. OLE color: 10370896.
HSL color Cylindrical-coordinate representation of color #503F9E: hue angle of 250.74º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503F9E is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 63 | 158 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.38 |
| HSL | 250.74º | 0.43% | 0.43% | - |
| HSV(B) | 250.74º | 0.6% | 0.62% | - |
| XYZ | 11.26 | 7.73 | 33.25 | - |
| YUV | 78.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 158 | 0.49 | 0.60 | 0 | 0.38 | 250.74 | 0.43 | 0.43 |
| Hex | 50 | 3F | 9E | 31 | 3C | 0 | 26 | FB | 2B | 2B |
| Octal | 120 | 77 | 236 | 61 | 74 | 0 | 46 | 373 | 53 | 53 |
| Binary | 1010000 | 111111 | 10011110 | 110001 | 111100 | 0 | 100110 | 11111011 | 101011 | 101011 |
Color Harmonies of #503F9E
Complementary color
Monochromatic Colors of #503F9E
Black with #503F9E
Text Example
Text Example
White with #503F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F9E; }
p { color: rgb(80,63,158); }
H1.HeaderClassName
{
color: #503F9E;
}
.AnyTagClassName
{
color: #503F9E;
}
</style>
background-color css
<style>
a { background-color: #503F9E; }
a { background-color: rgb(80,63,158); }
div.DivClassName
{
background-color: #503F9E;
}
.BgClassName
{
background-color: #503F9E;
}
</style>
border-color css
<style>
span { border-color: #503F9E; }
span { border-color: rgb(80,63,158); }
td.TdClassName
{
border-color: #503F9E;
}
.TagClassName
{
border-color: #503F9E;
}
</style>