Shades of Blue Gem #503FA0
Tints of Blue Gem #503FA0
RGB
CMYK
RGB Variations
Color information
#503FA0 (or 0x503FA0) is known color: Blue Gem. HEX triplet: 50, 3F and A0. RGB value is (80,63,160). Sum of RGB (Red+Green+Blue) = 80+63+160=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #503FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503FA0 is #AFC05F. Grayscale: #4E4E4E. Windows color (decimal): -11518048 or 10501968. OLE color: 10501968.
HSL color Cylindrical-coordinate representation of color #503FA0: hue angle of 250.52º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #503FA0 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 63 | 160 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.37 |
| HSL | 250.52º | 0.43% | 0.44% | - |
| HSV(B) | 250.52º | 0.61% | 0.63% | - |
| XYZ | 11.43 | 7.8 | 34.16 | - |
| YUV | 79.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 160 | 0.5 | 0.61 | 0 | 0.37 | 250.52 | 0.43 | 0.44 |
| Hex | 50 | 3F | A0 | 32 | 3D | 0 | 25 | FB | 2B | 2C |
| Octal | 120 | 77 | 240 | 62 | 75 | 0 | 45 | 373 | 53 | 54 |
| Binary | 1010000 | 111111 | 10100000 | 110010 | 111101 | 0 | 100101 | 11111011 | 101011 | 101100 |
Color Harmonies of #503FA0
Complementary color
Monochromatic Colors of #503FA0
Black with #503FA0
Text Example
Text Example
White with #503FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FA0; }
p { color: rgb(80,63,160); }
H1.HeaderClassName
{
color: #503FA0;
}
.AnyTagClassName
{
color: #503FA0;
}
</style>
background-color css
<style>
a { background-color: #503FA0; }
a { background-color: rgb(80,63,160); }
div.DivClassName
{
background-color: #503FA0;
}
.BgClassName
{
background-color: #503FA0;
}
</style>
border-color css
<style>
span { border-color: #503FA0; }
span { border-color: rgb(80,63,160); }
td.TdClassName
{
border-color: #503FA0;
}
.TagClassName
{
border-color: #503FA0;
}
</style>