#50369D

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

Shades of Blue Gem #50369D

Tints of Blue Gem #50369D

Color information

#50369D (or 0x50369D) is unknown color: approx 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

RGB8054157-
CMYK0.490.6600.38
HSL255.15º48.82%41.37%-
HSV(B)255.15º65.61%61.57%-
XYZ10.716.7832.64-
YUV73.52175.11132.62-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80541570.490.6600.38255.1548.8241.37
Hex50369D3142026ff3129
Octal12066235611020463776151
Binary1010000110110100111011100011000010010011011111111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>