Html Css Color HEX #50369D Blue Gem

📋 copy color: '#50369D'

red 80 ◦ green 54 ◦ blue 157

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

Shades of Blue Gem #50369D

Tints of Blue Gem #50369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.95%

R = 27.49%
G = 18.56%
B = 53.95%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50369D (or 0x50369D) is known color: Blue Gem. HEX triplet: 50, 36 and 9D. RGB value is (80,54,157). Sum of RGB (Red+Green+Blue) = 80+54+157=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #50369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50369D is #AFC962. Grayscale: #494949. Windows color (decimal): -11520355 or 10303056. OLE color: 10303056.

HSL color Cylindrical-coordinate representation of color #50369D: hue angle of 255.15º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50369D is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 54 157 -
CMYK 0.49 0.66 0 0.38
HSL 255.15º 0.49% 0.41% -
HSV(B) 255.15º 0.66% 0.62% -
XYZ 10.71 6.78 32.64 -
YUV 73.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 80 54 157 0.49 0.66 0 0.38 255.15 0.49 0.41
Hex 50 36 9D 31 42 0 26 FF 31 29
Octal 120 66 235 61 102 0 46 377 61 51
Binary 1010000 110110 10011101 110001 1000010 0 100110 11111111 110001 101001

Color Harmonies of #50369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50369D

Black with #50369D

Text Example


Text Example

White with #50369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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