#50346F

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

Shades of Blue Diamond #50346F

Tints of Blue Diamond #50346F

Color information

#50346F (or 0x50346F) is unknown color: approx Blue Diamond. HEX triplet: 50, 34 and 6F. RGB value is (80,52,111). Sum of RGB (Red+Green+Blue) = 80+52+111=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #50346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50346F is #AFCB90. Grayscale: #424242. Windows color (decimal): -11520913 or 7287888. OLE color: 7287888.

HSL color Cylindrical-coordinate representation of color #50346F: hue angle of 268.47º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50346F is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8052111-
CMYK0.280.5300.56
HSL268.47º36.2%31.96%-
HSV(B)268.47º53.15%43.53%-
XYZ7.415.3115.67-
YUV67.1152.78137.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=32.92%
G=21.40%
B=45.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80521110.280.5300.56268.4736.231.96
Hex50346F1C3503810c2420
Octal1206415734650704144440
Binary10100001101001101111111001101010111000100001100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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