Html Css Color HEX #50348C Blue Gem

📋 copy color: '#50348C'

red 80 ◦ green 52 ◦ blue 140

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

Shades of Blue Gem #50348C

Tints of Blue Gem #50348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.47%

R = 29.41%
G = 19.12%
B = 51.47%

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

#50348C (or 0x50348C) is known color: Blue Gem. HEX triplet: 50, 34 and 8C. RGB value is (80,52,140). Sum of RGB (Red+Green+Blue) = 80+52+140=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #50348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50348C is #AFCB73. Grayscale: #464646. Windows color (decimal): -11520884 or 9188432. OLE color: 9188432.

HSL color Cylindrical-coordinate representation of color #50348C: hue angle of 259.09º 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 #50348C is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 52 140 -
CMYK 0.43 0.63 0 0.45
HSL 259.09º 0.46% 0.38% -
HSV(B) 259.09º 0.63% 0.55% -
XYZ 9.27 6.05 25.49 -
YUV 70.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 80 52 140 0.43 0.63 0 0.45 259.09 0.46 0.38
Hex 50 34 8C 2B 3F 0 2D 103 2E 26
Octal 120 64 214 53 77 0 55 403 56 46
Binary 1010000 110100 10001100 101011 111111 0 101101 100000011 101110 100110

Color Harmonies of #50348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50348C

Black with #50348C

Text Example


Text Example

White with #50348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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