Html Css Color HEX #326B6E Ming

📋 copy color: '#326B6E'

red 50 ◦ green 107 ◦ blue 110

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

Shades of Ming #326B6E

Tints of Ming #326B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 18.73%
G = 40.07%
B = 41.2%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#326B6E (or 0x326B6E) is known color: Ming. HEX triplet: 32, 6B and 6E. RGB value is (50,107,110). Sum of RGB (Red+Green+Blue) = 50+107+110=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #326B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B6E is #CD9491. Grayscale: #5A5A5A. Windows color (decimal): -13472914 or 7236402. OLE color: 7236402.

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

Color convert

RGB 50 107 110 -
CMYK 0.55 0.03 0 0.57
HSL 183º 0.38% 0.31% -
HSV(B) 183º 0.55% 0.43% -
XYZ 9.39 12.32 16.63 -
YUV 90.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 50 107 110 0.55 0.03 0 0.57 183 0.38 0.31
Hex 32 6B 6E 37 3 0 39 B7 26 1F
Octal 62 153 156 67 3 0 71 267 46 37
Binary 110010 1101011 1101110 110111 11 0 111001 10110111 100110 11111

Color Harmonies of #326B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B6E

Black with #326B6E

Text Example


Text Example

White with #326B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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