Html Css Color HEX #503CAF Blue Gem

📋 copy color: '#503CAF'

red 80 ◦ green 60 ◦ blue 175

#503CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #503CAF

Tints of Blue Gem #503CAF

RGB

 RED value IS 80 (31.64% from 255) = 25.4%

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 175 (68.75% from 255) = 55.56%

R = 25.4%
G = 19.05%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#503CAF (or 0x503CAF) is known color: 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

RGB 80 60 175 -
CMYK 0.54 0.66 0 0.31
HSL 250.43º 0.49% 0.46% -
HSV(B) 250.43º 0.66% 0.69% -
XYZ 12.66 8.03 41.44 -
YUV 79.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 80 60 175 0.54 0.66 0 0.31 250.43 0.49 0.46
Hex 50 3C AF 36 42 0 1F FA 31 2E
Octal 120 74 257 66 102 0 37 372 61 56
Binary 1010000 111100 10101111 110110 1000010 0 11111 11111010 110001 101110

Color Harmonies of #503CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503CAF

Black with #503CAF

Text Example


Text Example

White with #503CAF

Text Example


Text Example

HTML Codes & Css Web 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>