Html Css Color HEX #326C72 Ming

📋 copy color: '#326C72'

red 50 ◦ green 108 ◦ blue 114

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

Shades of Ming #326C72

Tints of Ming #326C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.91%

R = 18.38%
G = 39.71%
B = 41.91%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326C72 (or 0x326C72) is known color: Ming. HEX triplet: 32, 6C and 72. RGB value is (50,108,114). Sum of RGB (Red+Green+Blue) = 50+108+114=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #326C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C72 is #CD938D. Grayscale: #5B5B5B. Windows color (decimal): -13472654 or 7498802. OLE color: 7498802.

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

Color convert

RGB 50 108 114 -
CMYK 0.56 0.05 0 0.55
HSL 185.63º 0.39% 0.32% -
HSV(B) 185.63º 0.56% 0.45% -
XYZ 9.72 12.62 17.84 -
YUV 91.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 50 108 114 0.56 0.05 0 0.55 185.63 0.39 0.32
Hex 32 6C 72 38 5 0 37 BA 27 20
Octal 62 154 162 70 5 0 67 272 47 40
Binary 110010 1101100 1110010 111000 101 0 110111 10111010 100111 100000

Color Harmonies of #326C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C72

Black with #326C72

Text Example


Text Example

White with #326C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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