Html Css Color HEX #326C71 Ming

📋 copy color: '#326C71'

red 50 ◦ green 108 ◦ blue 113

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

Shades of Ming #326C71

Tints of Ming #326C71

RGB

 RED value IS 50 (19.92% from 255) = 18.45%

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 18.45%
G = 39.85%
B = 41.7%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326C71 (or 0x326C71) is known color: Ming. HEX triplet: 32, 6C and 71. RGB value is (50,108,113). Sum of RGB (Red+Green+Blue) = 50+108+113=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #326C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C71 is #CD938E. Grayscale: #5B5B5B. Windows color (decimal): -13472655 or 7433266. OLE color: 7433266.

HSL color Cylindrical-coordinate representation of color #326C71: hue angle of 184.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326C71 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 108 113 -
CMYK 0.56 0.04 0 0.56
HSL 184.76º 0.39% 0.32% -
HSV(B) 184.76º 0.56% 0.44% -
XYZ 9.66 12.6 17.54 -
YUV 91.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 50 108 113 0.56 0.04 0 0.56 184.76 0.39 0.32
Hex 32 6C 71 38 4 0 38 B9 27 20
Octal 62 154 161 70 4 0 70 271 47 40
Binary 110010 1101100 1110001 111000 100 0 111000 10111001 100111 100000

Color Harmonies of #326C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C71

Black with #326C71

Text Example


Text Example

White with #326C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326C71; }

 p { color: rgb(50,108,113); }

 H1.HeaderClassName
 {
   color: #326C71;
 }
 .AnyTagClassName
 {
   color: #326C71;
 }
</style>

background-color css

<style>
 a { background-color: #326C71; }

 a { background-color: rgb(50,108,113); }

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

border-color css

<style>
 span { border-color: #326C71; }

 span { border-color: rgb(50,108,113); }

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