Html Css Color HEX #326C6F Ming

📋 copy color: '#326C6F'

red 50 ◦ green 108 ◦ blue 111

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

Shades of Ming #326C6F

Tints of Ming #326C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.26%

R = 18.59%
G = 40.15%
B = 41.26%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326C6F (or 0x326C6F) is known color: Ming. HEX triplet: 32, 6C and 6F. RGB value is (50,108,111). Sum of RGB (Red+Green+Blue) = 50+108+111=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #326C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C6F is #CD9390. Grayscale: #5A5A5A. Windows color (decimal): -13472657 or 7302194. OLE color: 7302194.

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

Color convert

RGB 50 108 111 -
CMYK 0.55 0.03 0 0.56
HSL 182.95º 0.38% 0.32% -
HSV(B) 182.95º 0.55% 0.44% -
XYZ 9.55 12.55 16.96 -
YUV 91 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 50 108 111 0.55 0.03 0 0.56 182.95 0.38 0.32
Hex 32 6C 6F 37 3 0 38 B7 26 20
Octal 62 154 157 67 3 0 70 267 46 40
Binary 110010 1101100 1101111 110111 11 0 111000 10110111 100110 100000

Color Harmonies of #326C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C6F

Black with #326C6F

Text Example


Text Example

White with #326C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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