Html Css Color HEX #50346E Blue Diamond

📋 copy color: '#50346E'

red 80 ◦ green 52 ◦ blue 110

#50346E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #50346E

Tints of Blue Diamond #50346E

RGB

 RED value IS 80 (31.64% from 255) = 33.06%

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 33.06%
G = 21.49%
B = 45.45%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50346E (or 0x50346E) is known color: Blue Diamond. HEX triplet: 50, 34 and 6E. RGB value is (80,52,110). Sum of RGB (Red+Green+Blue) = 80+52+110=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #50346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50346E is #AFCB91. Grayscale: #424242. Windows color (decimal): -11520914 or 7222352. OLE color: 7222352.

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

Color convert

RGB 80 52 110 -
CMYK 0.27 0.53 0 0.57
HSL 268.97º 0.36% 0.32% -
HSV(B) 268.97º 0.53% 0.43% -
XYZ 7.35 5.29 15.38 -
YUV 66.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 80 52 110 0.27 0.53 0 0.57 268.97 0.36 0.32
Hex 50 34 6E 1B 35 0 39 10D 24 20
Octal 120 64 156 33 65 0 71 415 44 40
Binary 1010000 110100 1101110 11011 110101 0 111001 100001101 100100 100000

Color Harmonies of #50346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50346E

Black with #50346E

Text Example


Text Example

White with #50346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50346E;
 }
 .AnyTagClassName
 {
   color: #50346E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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