Html Css Color HEX #50348D Blue Gem

📋 copy color: '#50348D'

red 80 ◦ green 52 ◦ blue 141

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

Shades of Blue Gem #50348D

Tints of Blue Gem #50348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.65%

R = 29.3%
G = 19.05%
B = 51.65%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50348D (or 0x50348D) is known color: Blue Gem. HEX triplet: 50, 34 and 8D. RGB value is (80,52,141). Sum of RGB (Red+Green+Blue) = 80+52+141=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #50348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50348D is #AFCB72. Grayscale: #464646. Windows color (decimal): -11520883 or 9253968. OLE color: 9253968.

HSL color Cylindrical-coordinate representation of color #50348D: hue angle of 258.88º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50348D is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 52 141 -
CMYK 0.43 0.63 0 0.45
HSL 258.88º 0.46% 0.38% -
HSV(B) 258.88º 0.63% 0.55% -
XYZ 9.34 6.08 25.88 -
YUV 70.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 80 52 141 0.43 0.63 0 0.45 258.88 0.46 0.38
Hex 50 34 8D 2B 3F 0 2D 103 2E 26
Octal 120 64 215 53 77 0 55 403 56 46
Binary 1010000 110100 10001101 101011 111111 0 101101 100000011 101110 100110

Color Harmonies of #50348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50348D

Black with #50348D

Text Example


Text Example

White with #50348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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