#50338D

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

Shades of Blue Gem #50338D

Tints of Blue Gem #50338D

Color information

#50338D (or 0x50338D) is unknown color: approx Blue Gem. HEX triplet: 50, 33 and 8D. RGB value is (80,51,141). Sum of RGB (Red+Green+Blue) = 80+51+141=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #50338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50338D is #AFCC72. Grayscale: #454545. Windows color (decimal): -11521139 or 9253712. OLE color: 9253712.

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

Color convert

RGB8051141-
CMYK0.430.6400.45
HSL259.33º46.88%37.65%-
HSV(B)259.33º63.83%55.29%-
XYZ9.3625.87-
YUV69.93168.11135.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 141 (55.47% from 255) = 51.84%
R=29.41%
G=18.75%
B=51.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80511410.430.6400.45259.3346.8837.65
Hex50338D2B4002D1032f26
Octal12063215531000554035746
Binary10100001100111000110110101110000000101101100000011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,51,141); }

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

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

 a { background-color: rgb(80,51,141); }

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

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

 span { border-color: rgb(80,51,141); }

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