#503CAF

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

Shades of Blue Gem #503CAF

Tints of Blue Gem #503CAF

Color information

#503CAF (or 0x503CAF) is unknown color: approx Blue Gem. HEX triplet: 50, 3C and AF. RGB value is (80,60,175). Sum of RGB (Red+Green+Blue) = 80+60+175=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #503CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503CAF is #AFC350. Grayscale: #4E4E4E. Windows color (decimal): -11518801 or 11484240. OLE color: 11484240.

HSL color Cylindrical-coordinate representation of color #503CAF: hue angle of 250.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503CAF is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8060175-
CMYK0.540.6600.31
HSL250.43º48.94%46.08%-
HSV(B)250.43º65.71%68.63%-
XYZ12.668.0341.44-
YUV79.09182.13128.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 175 (68.75% from 255) = 55.56%
R=25.40%
G=19.05%
B=55.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80601750.540.6600.31250.4348.9446.08
Hex503CAF364201Ffa312e
Octal12074257661020373726156
Binary101000011110010101111110110100001001111111111010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503CAF; }

 p { color: rgb(80,60,175); }

 H1.HeaderClassName
 {
   color: #503CAF;
 }
 .AnyTagClassName
 {
   color: #503CAF;
 }
</style>
background-color css

<style>
 a { background-color: #503CAF; }

 a { background-color: rgb(80,60,175); }

 div.DivClassName
 {
   background-color: #503CAF;
 }
 .BgClassName
 {
   background-color: #503CAF;
 }
</style>
border-color css

<style>
 span { border-color: #503CAF; }

 span { border-color: rgb(80,60,175); }

 td.TdClassName
 {
   border-color: #503CAF;
 }
 .TagClassName
 {
   border-color: #503CAF;
 }
</style>