Html Css Color HEX #50309C Blue Gem

📋 copy color: '#50309C'

red 80 ◦ green 48 ◦ blue 156

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

Shades of Blue Gem #50309C

Tints of Blue Gem #50309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 28.17%
G = 16.9%
B = 54.93%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50309C (or 0x50309C) is known color: Blue Gem. HEX triplet: 50, 30 and 9C. RGB value is (80,48,156). Sum of RGB (Red+Green+Blue) = 80+48+156=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #50309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50309C is #AFCF63. Grayscale: #454545. Windows color (decimal): -11521892 or 10235984. OLE color: 10235984.

HSL color Cylindrical-coordinate representation of color #50309C: hue angle of 257.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50309C is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 48 156 -
CMYK 0.49 0.69 0 0.39
HSL 257.78º 0.53% 0.4% -
HSV(B) 257.78º 0.69% 0.61% -
XYZ 10.37 6.22 32.11 -
YUV 69.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 80 48 156 0.49 0.69 0 0.39 257.78 0.53 0.4
Hex 50 30 9C 31 45 0 27 102 35 28
Octal 120 60 234 61 105 0 47 402 65 50
Binary 1010000 110000 10011100 110001 1000101 0 100111 100000010 110101 101000

Color Harmonies of #50309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50309C

Black with #50309C

Text Example


Text Example

White with #50309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,48,156); }

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

background-color css

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

 a { background-color: rgb(80,48,156); }

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

border-color css

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

 span { border-color: rgb(80,48,156); }

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