Shades of Blue Gem #503BA3
Tints of Blue Gem #503BA3
RGB
CMYK
RGB Variations
Color information
#503BA3 (or 0x503BA3) is known color: Blue Gem. HEX triplet: 50, 3B and A3. RGB value is (80,59,163). Sum of RGB (Red+Green+Blue) = 80+59+163=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 163 (64.06% from 255 or 53.97% from 302); Max value from RGB is 163 - color contains mainly: blue. Hex color #503BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BA3 is #AFC45C. Grayscale: #4C4C4C. Windows color (decimal): -11519069 or 10697552. OLE color: 10697552.
HSL color Cylindrical-coordinate representation of color #503BA3: hue angle of 252.12º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503BA3 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 59 | 163 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.36 |
| HSL | 252.12º | 0.47% | 0.44% | - |
| HSV(B) | 252.12º | 0.64% | 0.64% | - |
| XYZ | 11.48 | 7.48 | 35.49 | - |
| YUV | 77.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 163 | 0.51 | 0.64 | 0 | 0.36 | 252.12 | 0.47 | 0.44 |
| Hex | 50 | 3B | A3 | 33 | 40 | 0 | 24 | FC | 2F | 2C |
| Octal | 120 | 73 | 243 | 63 | 100 | 0 | 44 | 374 | 57 | 54 |
| Binary | 1010000 | 111011 | 10100011 | 110011 | 1000000 | 0 | 100100 | 11111100 | 101111 | 101100 |
Color Harmonies of #503BA3
Complementary color
Monochromatic Colors of #503BA3
Black with #503BA3
Text Example
Text Example
White with #503BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BA3; }
p { color: rgb(80,59,163); }
H1.HeaderClassName
{
color: #503BA3;
}
.AnyTagClassName
{
color: #503BA3;
}
</style>
background-color css
<style>
a { background-color: #503BA3; }
a { background-color: rgb(80,59,163); }
div.DivClassName
{
background-color: #503BA3;
}
.BgClassName
{
background-color: #503BA3;
}
</style>
border-color css
<style>
span { border-color: #503BA3; }
span { border-color: rgb(80,59,163); }
td.TdClassName
{
border-color: #503BA3;
}
.TagClassName
{
border-color: #503BA3;
}
</style>