Html Css Color HEX #503BA2 Blue Gem

📋 copy color: '#503BA2'

red 80 ◦ green 59 ◦ blue 162

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

Shades of Blue Gem #503BA2

Tints of Blue Gem #503BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.82%

R = 26.58%
G = 19.6%
B = 53.82%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#503BA2 (or 0x503BA2) is known color: Blue Gem. HEX triplet: 50, 3B and A2. RGB value is (80,59,162). Sum of RGB (Red+Green+Blue) = 80+59+162=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #503BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BA2 is #AFC45D. Grayscale: #4C4C4C. Windows color (decimal): -11519070 or 10632016. OLE color: 10632016.

HSL color Cylindrical-coordinate representation of color #503BA2: hue angle of 252.23º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503BA2 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 59 162 -
CMYK 0.51 0.64 0 0.36
HSL 252.23º 0.47% 0.43% -
HSV(B) 252.23º 0.64% 0.64% -
XYZ 11.39 7.44 35.02 -
YUV 77.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 80 59 162 0.51 0.64 0 0.36 252.23 0.47 0.43
Hex 50 3B A2 33 40 0 24 FC 2F 2B
Octal 120 73 242 63 100 0 44 374 57 53
Binary 1010000 111011 10100010 110011 1000000 0 100100 11111100 101111 101011

Color Harmonies of #503BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BA2

Black with #503BA2

Text Example


Text Example

White with #503BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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