Html Css Color HEX #326C70 Ming

📋 copy color: '#326C70'

red 50 ◦ green 108 ◦ blue 112

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

Shades of Ming #326C70

Tints of Ming #326C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 18.52%
G = 40%
B = 41.48%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326C70 (or 0x326C70) is known color: Ming. HEX triplet: 32, 6C and 70. RGB value is (50,108,112). Sum of RGB (Red+Green+Blue) = 50+108+112=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #326C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C70 is #CD938F. Grayscale: #5B5B5B. Windows color (decimal): -13472656 or 7367730. OLE color: 7367730.

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

Color convert

RGB 50 108 112 -
CMYK 0.55 0.04 0 0.56
HSL 183.87º 0.38% 0.32% -
HSV(B) 183.87º 0.55% 0.44% -
XYZ 9.6 12.57 17.25 -
YUV 91.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 50 108 112 0.55 0.04 0 0.56 183.87 0.38 0.32
Hex 32 6C 70 37 4 0 38 B8 26 20
Octal 62 154 160 67 4 0 70 270 46 40
Binary 110010 1101100 1110000 110111 100 0 111000 10111000 100110 100000

Color Harmonies of #326C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C70

Black with #326C70

Text Example


Text Example

White with #326C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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