Html Css Color HEX #503BAE Blue Gem

📋 copy color: '#503BAE'

red 80 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #503BAE

Tints of Blue Gem #503BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 25.56%
G = 18.85%
B = 55.59%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#503BAE (or 0x503BAE) is known color: Blue Gem. HEX triplet: 50, 3B and AE. RGB value is (80,59,174). Sum of RGB (Red+Green+Blue) = 80+59+174=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #503BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BAE is #AFC451. Grayscale: #4D4D4D. Windows color (decimal): -11519058 or 11418448. OLE color: 11418448.

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

Color convert

RGB 80 59 174 -
CMYK 0.54 0.66 0 0.32
HSL 250.96º 0.49% 0.46% -
HSV(B) 250.96º 0.66% 0.68% -
XYZ 12.51 7.89 40.91 -
YUV 78.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 80 59 174 0.54 0.66 0 0.32 250.96 0.49 0.46
Hex 50 3B AE 36 42 0 20 FB 31 2E
Octal 120 73 256 66 102 0 40 373 61 56
Binary 1010000 111011 10101110 110110 1000010 0 100000 11111011 110001 101110

Color Harmonies of #503BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BAE

Black with #503BAE

Text Example


Text Example

White with #503BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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