Shades of Blue Gem #503FA4
Tints of Blue Gem #503FA4
RGB
CMYK
RGB Variations
Color information
#503FA4 (or 0x503FA4) is known color: Blue Gem. HEX triplet: 50, 3F and A4. RGB value is (80,63,164). Sum of RGB (Red+Green+Blue) = 80+63+164=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #503FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503FA4 is #AFC05B. Grayscale: #4F4F4F. Windows color (decimal): -11518044 or 10764112. OLE color: 10764112.
HSL color Cylindrical-coordinate representation of color #503FA4: hue angle of 250.1º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503FA4 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 63 | 164 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.36 |
| HSL | 250.1º | 0.44% | 0.45% | - |
| HSV(B) | 250.1º | 0.62% | 0.64% | - |
| XYZ | 11.79 | 7.94 | 36.03 | - |
| YUV | 79.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 164 | 0.51 | 0.62 | 0 | 0.36 | 250.1 | 0.44 | 0.45 |
| Hex | 50 | 3F | A4 | 33 | 3E | 0 | 24 | FA | 2C | 2D |
| Octal | 120 | 77 | 244 | 63 | 76 | 0 | 44 | 372 | 54 | 55 |
| Binary | 1010000 | 111111 | 10100100 | 110011 | 111110 | 0 | 100100 | 11111010 | 101100 | 101101 |
Color Harmonies of #503FA4
Complementary color
Monochromatic Colors of #503FA4
Black with #503FA4
Text Example
Text Example
White with #503FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FA4; }
p { color: rgb(80,63,164); }
H1.HeaderClassName
{
color: #503FA4;
}
.AnyTagClassName
{
color: #503FA4;
}
</style>
background-color css
<style>
a { background-color: #503FA4; }
a { background-color: rgb(80,63,164); }
div.DivClassName
{
background-color: #503FA4;
}
.BgClassName
{
background-color: #503FA4;
}
</style>
border-color css
<style>
span { border-color: #503FA4; }
span { border-color: rgb(80,63,164); }
td.TdClassName
{
border-color: #503FA4;
}
.TagClassName
{
border-color: #503FA4;
}
</style>