Html Css Color HEX #326B6F Ming

📋 copy color: '#326B6F'

red 50 ◦ green 107 ◦ blue 111

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

Shades of Ming #326B6F

Tints of Ming #326B6F

RGB

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

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

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

R = 18.66%
G = 39.93%
B = 41.42%

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

#326B6F (or 0x326B6F) is known color: Ming. HEX triplet: 32, 6B and 6F. RGB value is (50,107,111). Sum of RGB (Red+Green+Blue) = 50+107+111=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #326B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B6F is #CD9490. Grayscale: #5A5A5A. Windows color (decimal): -13472913 or 7301938. OLE color: 7301938.

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

Color convert

RGB 50 107 111 -
CMYK 0.55 0.04 0 0.56
HSL 183.93º 0.38% 0.32% -
HSV(B) 183.93º 0.55% 0.44% -
XYZ 9.44 12.34 16.92 -
YUV 90.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 50 107 111 0.55 0.04 0 0.56 183.93 0.38 0.32
Hex 32 6B 6F 37 4 0 38 B8 26 20
Octal 62 153 157 67 4 0 70 270 46 40
Binary 110010 1101011 1101111 110111 100 0 111000 10111000 100110 100000

Color Harmonies of #326B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B6F

Black with #326B6F

Text Example


Text Example

White with #326B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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