Html Css Color HEX #326A6F Ming

📋 copy color: '#326A6F'

red 50 ◦ green 106 ◦ blue 111

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

Shades of Ming #326A6F

Tints of Ming #326A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.7%

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

R = 18.73%
G = 39.7%
B = 41.57%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#326A6F (or 0x326A6F) is known color: Ming. HEX triplet: 32, 6A and 6F. RGB value is (50,106,111). Sum of RGB (Red+Green+Blue) = 50+106+111=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #326A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A6F is #CD9590. Grayscale: #595959. Windows color (decimal): -13473169 or 7301682. OLE color: 7301682.

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

Color convert

RGB 50 106 111 -
CMYK 0.55 0.05 0 0.56
HSL 184.92º 0.38% 0.32% -
HSV(B) 184.92º 0.55% 0.44% -
XYZ 9.34 12.13 16.89 -
YUV 89.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 50 106 111 0.55 0.05 0 0.56 184.92 0.38 0.32
Hex 32 6A 6F 37 5 0 38 B9 26 20
Octal 62 152 157 67 5 0 70 271 46 40
Binary 110010 1101010 1101111 110111 101 0 111000 10111001 100110 100000

Color Harmonies of #326A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A6F

Black with #326A6F

Text Example


Text Example

White with #326A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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