Html Css Color HEX #50348B Blue Gem

📋 copy color: '#50348B'

red 80 ◦ green 52 ◦ blue 139

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

Shades of Blue Gem #50348B

Tints of Blue Gem #50348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.29%

R = 29.52%
G = 19.19%
B = 51.29%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50348B (or 0x50348B) is known color: Blue Gem. HEX triplet: 50, 34 and 8B. RGB value is (80,52,139). Sum of RGB (Red+Green+Blue) = 80+52+139=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #50348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50348B is #AFCB74. Grayscale: #454545. Windows color (decimal): -11520885 or 9122896. OLE color: 9122896.

HSL color Cylindrical-coordinate representation of color #50348B: hue angle of 259.31º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50348B is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 52 139 -
CMYK 0.42 0.63 0 0.45
HSL 259.31º 0.46% 0.37% -
HSV(B) 259.31º 0.63% 0.55% -
XYZ 9.2 6.03 25.1 -
YUV 70.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 80 52 139 0.42 0.63 0 0.45 259.31 0.46 0.37
Hex 50 34 8B 2A 3F 0 2D 103 2E 25
Octal 120 64 213 52 77 0 55 403 56 45
Binary 1010000 110100 10001011 101010 111111 0 101101 100000011 101110 100101

Color Harmonies of #50348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50348B

Black with #50348B

Text Example


Text Example

White with #50348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50348B; }

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

 H1.HeaderClassName
 {
   color: #50348B;
 }
 .AnyTagClassName
 {
   color: #50348B;
 }
</style>

background-color css

<style>
 a { background-color: #50348B; }

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

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

border-color css

<style>
 span { border-color: #50348B; }

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

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