Shades of Blue Gem #503FA2
Tints of Blue Gem #503FA2
RGB
CMYK
RGB Variations
Color information
#503FA2 (or 0x503FA2) is known color: Blue Gem. HEX triplet: 50, 3F and A2. RGB value is (80,63,162). Sum of RGB (Red+Green+Blue) = 80+63+162=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #503FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503FA2 is #AFC05D. Grayscale: #4E4E4E. Windows color (decimal): -11518046 or 10633040. OLE color: 10633040.
HSL color Cylindrical-coordinate representation of color #503FA2: hue angle of 250.3º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #503FA2 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 63 | 162 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.36 |
| HSL | 250.3º | 0.44% | 0.44% | - |
| HSV(B) | 250.3º | 0.61% | 0.64% | - |
| XYZ | 11.61 | 7.87 | 35.09 | - |
| YUV | 79.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 162 | 0.51 | 0.61 | 0 | 0.36 | 250.3 | 0.44 | 0.44 |
| Hex | 50 | 3F | A2 | 33 | 3D | 0 | 24 | FA | 2C | 2C |
| Octal | 120 | 77 | 242 | 63 | 75 | 0 | 44 | 372 | 54 | 54 |
| Binary | 1010000 | 111111 | 10100010 | 110011 | 111101 | 0 | 100100 | 11111010 | 101100 | 101100 |
Color Harmonies of #503FA2
Complementary color
Monochromatic Colors of #503FA2
Black with #503FA2
Text Example
Text Example
White with #503FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FA2; }
p { color: rgb(80,63,162); }
H1.HeaderClassName
{
color: #503FA2;
}
.AnyTagClassName
{
color: #503FA2;
}
</style>
background-color css
<style>
a { background-color: #503FA2; }
a { background-color: rgb(80,63,162); }
div.DivClassName
{
background-color: #503FA2;
}
.BgClassName
{
background-color: #503FA2;
}
</style>
border-color css
<style>
span { border-color: #503FA2; }
span { border-color: rgb(80,63,162); }
td.TdClassName
{
border-color: #503FA2;
}
.TagClassName
{
border-color: #503FA2;
}
</style>