Shades of Blue Gem #503BA9
Tints of Blue Gem #503BA9
RGB
CMYK
RGB Variations
Color information
#503BA9 (or 0x503BA9) is known color: Blue Gem. HEX triplet: 50, 3B and A9. RGB value is (80,59,169). Sum of RGB (Red+Green+Blue) = 80+59+169=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #503BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BA9 is #AFC456. Grayscale: #4D4D4D. Windows color (decimal): -11519063 or 11090768. OLE color: 11090768.
HSL color Cylindrical-coordinate representation of color #503BA9: hue angle of 251.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503BA9 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 59 | 169 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.34 |
| HSL | 251.45º | 0.48% | 0.45% | - |
| HSV(B) | 251.45º | 0.65% | 0.66% | - |
| XYZ | 12.03 | 7.7 | 38.39 | - |
| YUV | 77.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 169 | 0.53 | 0.65 | 0 | 0.34 | 251.45 | 0.48 | 0.45 |
| Hex | 50 | 3B | A9 | 35 | 41 | 0 | 22 | FB | 30 | 2D |
| Octal | 120 | 73 | 251 | 65 | 101 | 0 | 42 | 373 | 60 | 55 |
| Binary | 1010000 | 111011 | 10101001 | 110101 | 1000001 | 0 | 100010 | 11111011 | 110000 | 101101 |
Color Harmonies of #503BA9
Complementary color
Monochromatic Colors of #503BA9
Black with #503BA9
Text Example
Text Example
White with #503BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BA9; }
p { color: rgb(80,59,169); }
H1.HeaderClassName
{
color: #503BA9;
}
.AnyTagClassName
{
color: #503BA9;
}
</style>
background-color css
<style>
a { background-color: #503BA9; }
a { background-color: rgb(80,59,169); }
div.DivClassName
{
background-color: #503BA9;
}
.BgClassName
{
background-color: #503BA9;
}
</style>
border-color css
<style>
span { border-color: #503BA9; }
span { border-color: rgb(80,59,169); }
td.TdClassName
{
border-color: #503BA9;
}
.TagClassName
{
border-color: #503BA9;
}
</style>