#50309E

Color #50309E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #50309E

Tints of Blue Gem #50309E

Color information

#50309E (or 0x50309E) is unknown color: approx Blue Gem. HEX triplet: 50, 30 and 9E. RGB value is (80,48,158). Sum of RGB (Red+Green+Blue) = 80+48+158=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #50309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50309E is #AFCF61. Grayscale: #454545. Windows color (decimal): -11521890 or 10367056. OLE color: 10367056.

HSL color Cylindrical-coordinate representation of color #50309E: hue angle of 257.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50309E is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8048158-
CMYK0.490.7000.38
HSL257.45º53.4%40.39%-
HSV(B)257.45º69.62%61.96%-
XYZ10.546.2933.01-
YUV70.11177.6135.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 48 (19.14% from 255) = 16.78%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=27.97%
G=16.78%
B=55.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80481580.490.7000.38257.4553.440.39
Hex50309E31460261013528
Octal12060236611060464016550
Binary10100001100001001111011000110001100100110100000001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50309E;
 }
 .AnyTagClassName
 {
   color: #50309E;
 }
</style>
background-color css

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

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

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

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

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

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