#50237E

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

Shades of Blue Diamond #50237E

Tints of Blue Diamond #50237E

Color information

#50237E (or 0x50237E) is unknown color: approx Blue Diamond. HEX triplet: 50, 23 and 7E. RGB value is (80,35,126). Sum of RGB (Red+Green+Blue) = 80+35+126=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #50237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50237E is #AFDC81. Grayscale: #3A3A3A. Windows color (decimal): -11525250 or 8266576. OLE color: 8266576.

HSL color Cylindrical-coordinate representation of color #50237E: hue angle of 269.67º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50237E is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8035126-
CMYK0.370.7200.51
HSL269.67º56.52%31.57%-
HSV(B)269.67º72.22%49.41%-
XYZ7.684.4120.19-
YUV58.83165.91143.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 126 (49.61% from 255) = 52.28%
R=33.20%
G=14.52%
B=52.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80351260.370.7200.51269.6756.5231.57
Hex50237E254803310e3920
Octal12043176451100634167140
Binary1010000100011111111010010110010000110011100001110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,35,126); }

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

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

 a { background-color: rgb(80,35,126); }

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

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

 span { border-color: rgb(80,35,126); }

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