Html Css Color HEX #326B71 Ming

📋 copy color: '#326B71'

red 50 ◦ green 107 ◦ blue 113

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

Shades of Ming #326B71

Tints of Ming #326B71

RGB

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

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

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

R = 18.52%
G = 39.63%
B = 41.85%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326B71 (or 0x326B71) is known color: Ming. HEX triplet: 32, 6B and 71. RGB value is (50,107,113). Sum of RGB (Red+Green+Blue) = 50+107+113=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #326B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B71 is #CD948E. Grayscale: #5A5A5A. Windows color (decimal): -13472911 or 7433010. OLE color: 7433010.

HSL color Cylindrical-coordinate representation of color #326B71: hue angle of 185.71º 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 #326B71 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 107 113 -
CMYK 0.56 0.05 0 0.56
HSL 185.71º 0.39% 0.32% -
HSV(B) 185.71º 0.56% 0.44% -
XYZ 9.55 12.39 17.51 -
YUV 90.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 50 107 113 0.56 0.05 0 0.56 185.71 0.39 0.32
Hex 32 6B 71 38 5 0 38 BA 27 20
Octal 62 153 161 70 5 0 70 272 47 40
Binary 110010 1101011 1110001 111000 101 0 111000 10111010 100111 100000

Color Harmonies of #326B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B71

Black with #326B71

Text Example


Text Example

White with #326B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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