Shades of Rich Blue #503FBA
Tints of Rich Blue #503FBA
RGB
CMYK
RGB Variations
Color information
#503FBA (or 0x503FBA) is known color: Rich Blue. HEX triplet: 50, 3F and BA. RGB value is (80,63,186). Sum of RGB (Red+Green+Blue) = 80+63+186=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #503FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FBA is #AFC045. Grayscale: #515151. Windows color (decimal): -11518022 or 12205904. OLE color: 12205904.
HSL color Cylindrical-coordinate representation of color #503FBA: hue angle of 248.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503FBA is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 63 | 186 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.27 |
| HSL | 248.29º | 0.49% | 0.49% | - |
| HSV(B) | 248.29º | 0.66% | 0.73% | - |
| XYZ | 13.95 | 8.81 | 47.42 | - |
| YUV | 82.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 186 | 0.57 | 0.66 | 0 | 0.27 | 248.29 | 0.49 | 0.49 |
| Hex | 50 | 3F | BA | 39 | 42 | 0 | 1B | F8 | 31 | 31 |
| Octal | 120 | 77 | 272 | 71 | 102 | 0 | 33 | 370 | 61 | 61 |
| Binary | 1010000 | 111111 | 10111010 | 111001 | 1000010 | 0 | 11011 | 11111000 | 110001 | 110001 |
Color Harmonies of #503FBA
Complementary color
Monochromatic Colors of #503FBA
Black with #503FBA
Text Example
Text Example
White with #503FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FBA; }
p { color: rgb(80,63,186); }
H1.HeaderClassName
{
color: #503FBA;
}
.AnyTagClassName
{
color: #503FBA;
}
</style>
background-color css
<style>
a { background-color: #503FBA; }
a { background-color: rgb(80,63,186); }
div.DivClassName
{
background-color: #503FBA;
}
.BgClassName
{
background-color: #503FBA;
}
</style>
border-color css
<style>
span { border-color: #503FBA; }
span { border-color: rgb(80,63,186); }
td.TdClassName
{
border-color: #503FBA;
}
.TagClassName
{
border-color: #503FBA;
}
</style>