Html Css Color HEX #326A6E Ming

📋 copy color: '#326A6E'

red 50 ◦ green 106 ◦ blue 110

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

Shades of Ming #326A6E

Tints of Ming #326A6E

RGB

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

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

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

R = 18.8%
G = 39.85%
B = 41.35%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#326A6E (or 0x326A6E) is known color: Ming. HEX triplet: 32, 6A and 6E. RGB value is (50,106,110). Sum of RGB (Red+Green+Blue) = 50+106+110=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #326A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A6E is #CD9591. Grayscale: #595959. Windows color (decimal): -13473170 or 7236146. OLE color: 7236146.

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

Color convert

RGB 50 106 110 -
CMYK 0.55 0.04 0 0.57
HSL 184º 0.38% 0.31% -
HSV(B) 184º 0.55% 0.43% -
XYZ 9.28 12.11 16.6 -
YUV 89.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 50 106 110 0.55 0.04 0 0.57 184 0.38 0.31
Hex 32 6A 6E 37 4 0 39 B8 26 1F
Octal 62 152 156 67 4 0 71 270 46 37
Binary 110010 1101010 1101110 110111 100 0 111001 10111000 100110 11111

Color Harmonies of #326A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A6E

Black with #326A6E

Text Example


Text Example

White with #326A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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