Html Css Color HEX #326B73 Ming

📋 copy color: '#326B73'

red 50 ◦ green 107 ◦ blue 115

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

Shades of Ming #326B73

Tints of Ming #326B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.34%

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 18.38%
G = 39.34%
B = 42.28%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326B73 (or 0x326B73) is known color: Ming. HEX triplet: 32, 6B and 73. RGB value is (50,107,115). Sum of RGB (Red+Green+Blue) = 50+107+115=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #326B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B73 is #CD948C. Grayscale: #5A5A5A. Windows color (decimal): -13472909 or 7564082. OLE color: 7564082.

HSL color Cylindrical-coordinate representation of color #326B73: hue angle of 187.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326B73 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 107 115 -
CMYK 0.57 0.07 0 0.55
HSL 187.38º 0.39% 0.32% -
HSV(B) 187.38º 0.57% 0.45% -
XYZ 9.67 12.43 18.11 -
YUV 90.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 50 107 115 0.57 0.07 0 0.55 187.38 0.39 0.32
Hex 32 6B 73 39 7 0 37 BB 27 20
Octal 62 153 163 71 7 0 67 273 47 40
Binary 110010 1101011 1110011 111001 111 0 110111 10111011 100111 100000

Color Harmonies of #326B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B73

Black with #326B73

Text Example


Text Example

White with #326B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,107,115); }

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

background-color css

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

 a { background-color: rgb(50,107,115); }

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

border-color css

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

 span { border-color: rgb(50,107,115); }

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