Shades of Blue Gem #503DAE
Tints of Blue Gem #503DAE
RGB
CMYK
RGB Variations
Color information
#503DAE (or 0x503DAE) is known color: Blue Gem. HEX triplet: 50, 3D and AE. RGB value is (80,61,174). Sum of RGB (Red+Green+Blue) = 80+61+174=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #503DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503DAE is #AFC251. Grayscale: #4F4F4F. Windows color (decimal): -11518546 or 11418960. OLE color: 11418960.
HSL color Cylindrical-coordinate representation of color #503DAE: hue angle of 250.09º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #503DAE is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 61 | 174 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.32 |
| HSL | 250.09º | 0.48% | 0.46% | - |
| HSV(B) | 250.09º | 0.65% | 0.68% | - |
| XYZ | 12.62 | 8.1 | 40.94 | - |
| YUV | 79.56 | 181.29 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 174 | 0.54 | 0.65 | 0 | 0.32 | 250.09 | 0.48 | 0.46 |
| Hex | 50 | 3D | AE | 36 | 41 | 0 | 20 | FA | 30 | 2E |
| Octal | 120 | 75 | 256 | 66 | 101 | 0 | 40 | 372 | 60 | 56 |
| Binary | 1010000 | 111101 | 10101110 | 110110 | 1000001 | 0 | 100000 | 11111010 | 110000 | 101110 |
Color Harmonies of #503DAE
Complementary color
Monochromatic Colors of #503DAE
Black with #503DAE
Text Example
Text Example
White with #503DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DAE; }
p { color: rgb(80,61,174); }
H1.HeaderClassName
{
color: #503DAE;
}
.AnyTagClassName
{
color: #503DAE;
}
</style>
background-color css
<style>
a { background-color: #503DAE; }
a { background-color: rgb(80,61,174); }
div.DivClassName
{
background-color: #503DAE;
}
.BgClassName
{
background-color: #503DAE;
}
</style>
border-color css
<style>
span { border-color: #503DAE; }
span { border-color: rgb(80,61,174); }
td.TdClassName
{
border-color: #503DAE;
}
.TagClassName
{
border-color: #503DAE;
}
</style>