#503FBA

Color #503FBA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #503FBA

Tints of Rich Blue #503FBA

Color information

#503FBA (or 0x503FBA) is unknown color: approx 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

RGB8063186-
CMYK0.570.6600.27
HSL248.29º49.4%48.82%-
HSV(B)248.29º66.13%72.94%-
XYZ13.958.8147.42-
YUV82.1186.63126.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=24.32%
G=19.15%
B=56.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80631860.570.6600.27248.2949.448.82
Hex503FBA394201Bf83131
Octal12077272711020333706161
Binary101000011111110111010111001100001001101111111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>