Html Css Color HEX #50368C Blue Gem

📋 copy color: '#50368C'

red 80 ◦ green 54 ◦ blue 140

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

Shades of Blue Gem #50368C

Tints of Blue Gem #50368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.71%

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

R = 29.2%
G = 19.71%
B = 51.09%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50368C (or 0x50368C) is known color: Blue Gem. HEX triplet: 50, 36 and 8C. RGB value is (80,54,140). Sum of RGB (Red+Green+Blue) = 80+54+140=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #50368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50368C is #AFC973. Grayscale: #474747. Windows color (decimal): -11520372 or 9188944. OLE color: 9188944.

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

Color convert

RGB 80 54 140 -
CMYK 0.43 0.61 0 0.45
HSL 258.14º 0.44% 0.38% -
HSV(B) 258.14º 0.61% 0.55% -
XYZ 9.36 6.24 25.52 -
YUV 71.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 80 54 140 0.43 0.61 0 0.45 258.14 0.44 0.38
Hex 50 36 8C 2B 3D 0 2D 102 2C 26
Octal 120 66 214 53 75 0 55 402 54 46
Binary 1010000 110110 10001100 101011 111101 0 101101 100000010 101100 100110

Color Harmonies of #50368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50368C

Black with #50368C

Text Example


Text Example

White with #50368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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