Html Css Color HEX #50348A Blue Gem

📋 copy color: '#50348A'

red 80 ◦ green 52 ◦ blue 138

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

Shades of Blue Gem #50348A

Tints of Blue Gem #50348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 138 (54.3% from 255) = 51.11%

R = 29.63%
G = 19.26%
B = 51.11%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50348A (or 0x50348A) is known color: Blue Gem. HEX triplet: 50, 34 and 8A. RGB value is (80,52,138). Sum of RGB (Red+Green+Blue) = 80+52+138=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #50348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50348A is #AFCB75. Grayscale: #454545. Windows color (decimal): -11520886 or 9057360. OLE color: 9057360.

HSL color Cylindrical-coordinate representation of color #50348A: hue angle of 259.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50348A is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 52 138 -
CMYK 0.42 0.62 0 0.46
HSL 259.53º 0.45% 0.37% -
HSV(B) 259.53º 0.62% 0.54% -
XYZ 9.12 6 24.72 -
YUV 70.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 80 52 138 0.42 0.62 0 0.46 259.53 0.45 0.37
Hex 50 34 8A 2A 3E 0 2E 104 2D 25
Octal 120 64 212 52 76 0 56 404 55 45
Binary 1010000 110100 10001010 101010 111110 0 101110 100000100 101101 100101

Color Harmonies of #50348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50348A

Black with #50348A

Text Example


Text Example

White with #50348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50348A; }

 p { color: rgb(80,52,138); }

 H1.HeaderClassName
 {
   color: #50348A;
 }
 .AnyTagClassName
 {
   color: #50348A;
 }
</style>

background-color css

<style>
 a { background-color: #50348A; }

 a { background-color: rgb(80,52,138); }

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

border-color css

<style>
 span { border-color: #50348A; }

 span { border-color: rgb(80,52,138); }

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