Html Css Color HEX #503BAF Blue Gem

📋 copy color: '#503BAF'

red 80 ◦ green 59 ◦ blue 175

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

Shades of Blue Gem #503BAF

Tints of Blue Gem #503BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.79%

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

R = 25.48%
G = 18.79%
B = 55.73%

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

#503BAF (or 0x503BAF) is known color: Blue Gem. HEX triplet: 50, 3B and AF. RGB value is (80,59,175). Sum of RGB (Red+Green+Blue) = 80+59+175=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #503BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BAF is #AFC450. Grayscale: #4E4E4E. Windows color (decimal): -11519057 or 11483984. OLE color: 11483984.

HSL color Cylindrical-coordinate representation of color #503BAF: hue angle of 250.86º degrees, saturation: 0.5, 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 #503BAF is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 59 175 -
CMYK 0.54 0.66 0 0.31
HSL 250.86º 0.5% 0.46% -
HSV(B) 250.86º 0.66% 0.69% -
XYZ 12.61 7.93 41.42 -
YUV 78.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 80 59 175 0.54 0.66 0 0.31 250.86 0.5 0.46
Hex 50 3B AF 36 42 0 1F FB 32 2E
Octal 120 73 257 66 102 0 37 373 62 56
Binary 1010000 111011 10101111 110110 1000010 0 11111 11111011 110010 101110

Color Harmonies of #503BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BAF

Black with #503BAF

Text Example


Text Example

White with #503BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #503BAF;
 }
 .AnyTagClassName
 {
   color: #503BAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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