#326b6f

Color #326B6F Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #326B6F

Tints of Ming #326B6F

Color information

#326B6F (or 0x326B6F) is unknown color: approx 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

RGB50107111-
CMYK0.550.0400.56
HSL183.93º37.89%31.57%-
HSV(B)183.93º54.95%43.53%-
XYZ9.4412.3416.92-
YUV90.41139.6299.17-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501071110.550.0400.56183.9337.8931.57
Hex326B6F374038b82620
Octal621531576740702704640
Binary11001011010111101111110111100011100010111000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>