#50346A

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

Shades of Blue Diamond #50346A

Tints of Blue Diamond #50346A

Color information

#50346A (or 0x50346A) is unknown color: approx Blue Diamond. HEX triplet: 50, 34 and 6A. RGB value is (80,52,106). Sum of RGB (Red+Green+Blue) = 80+52+106=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #50346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50346A is #AFCB95. Grayscale: #424242. Windows color (decimal): -11520918 or 6960208. OLE color: 6960208.

HSL color Cylindrical-coordinate representation of color #50346A: hue angle of 271.11º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50346A is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8052106-
CMYK0.250.5100.58
HSL271.11º34.18%30.98%-
HSV(B)271.11º50.94%41.57%-
XYZ7.145.214.26-
YUV66.53150.28137.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=33.61%
G=21.85%
B=44.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80521060.250.5100.58271.1134.1830.98
Hex50346A193303A10f221f
Octal1206415231630724174237
Binary1010000110100110101011001110011011101010000111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50346A; }

 p { color: rgb(80,52,106); }

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

<style>
 a { background-color: #50346A; }

 a { background-color: rgb(80,52,106); }

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

<style>
 span { border-color: #50346A; }

 span { border-color: rgb(80,52,106); }

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